|
@@ 5990-5992 (lines=3) @@
|
| 5987 |
|
} |
| 5988 |
|
$this->debug('in parametersMatchWrapped: found typeDef='); |
| 5989 |
|
$this->appendDebug($this->varDump($typeDef)); |
| 5990 |
|
if (substr($uqType, -1) === '^') { |
| 5991 |
|
$uqType = substr($uqType, 0, -1); |
| 5992 |
|
} |
| 5993 |
|
$phpType = $typeDef['phpType']; |
| 5994 |
|
$arrayType = (isset($typeDef['arrayType']) ? $typeDef['arrayType'] : ''); |
| 5995 |
|
$this->debug("in parametersMatchWrapped: uqType: $uqType, ns: $ns, phptype: $phpType, arrayType: $arrayType"); |
|
@@ 6401-6403 (lines=3) @@
|
| 6398 |
|
} else { |
| 6399 |
|
$this->debug('in serializeType: found typeDef'); |
| 6400 |
|
$this->appendDebug('typeDef=' . $this->varDump($typeDef)); |
| 6401 |
|
if (substr($uqType, -1) === '^') { |
| 6402 |
|
$uqType = substr($uqType, 0, -1); |
| 6403 |
|
} |
| 6404 |
|
} |
| 6405 |
|
if (!isset($typeDef['phpType'])) { |
| 6406 |
|
$this->setError("$type ($uqType) has no phpType."); |