Home
last modified time | relevance | path

Searched refs:newType (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/opcache/tests/jit/
H A Dassign_036.phpt18 $newType = \gettype($propValue);
21 $newType = 'boolean';
26 $newType = 'boolean';
29 if ($oldType !== $newType)
32 \settype($tmp, $newType);
/php-src/ext/soap/
H A Dphp_schema.c370 … ptr = zend_hash_str_update_ptr(cur_type->elements, newType->name, strlen(newType->name), newType); in schema_simpleType()
430 sdlTypePtr newType; in schema_list() local
456 sdlTypePtr newType; in schema_list() local
472 newType->name = str; in schema_list()
526 sdlTypePtr newType; in schema_union() local
557 sdlTypePtr newType; in schema_union() local
1124 sdlTypePtr newType; in schema_group() local
1137 cur_type = newType; in schema_group()
1515 sdlTypePtr newType; in schema_element() local
1594 cur_type = newType; in schema_element()
[all …]

Completed in 13 milliseconds