|
@@ 6008-6010 (lines=3) @@
|
| 6005 |
|
} |
| 6006 |
|
$this->debug('in parametersMatchWrapped: found typeDef='); |
| 6007 |
|
$this->appendDebug($this->varDump($typeDef)); |
| 6008 |
|
if (substr($uqType, -1) === '^') { |
| 6009 |
|
$uqType = substr($uqType, 0, -1); |
| 6010 |
|
} |
| 6011 |
|
$phpType = $typeDef['phpType']; |
| 6012 |
|
$arrayType = (isset($typeDef['arrayType']) ? $typeDef['arrayType'] : ''); |
| 6013 |
|
$this->debug("in parametersMatchWrapped: uqType: $uqType, ns: $ns, phptype: $phpType, arrayType: $arrayType"); |
|
@@ 6414-6416 (lines=3) @@
|
| 6411 |
|
} else { |
| 6412 |
|
$this->debug('in serializeType: found typeDef'); |
| 6413 |
|
$this->appendDebug('typeDef=' . $this->varDump($typeDef)); |
| 6414 |
|
if (substr($uqType, -1) === '^') { |
| 6415 |
|
$uqType = substr($uqType, 0, -1); |
| 6416 |
|
} |
| 6417 |
|
} |
| 6418 |
|
if (!isset($typeDef['phpType'])) { |
| 6419 |
|
$this->setError("$type ($uqType) has no phpType."); |