Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/tests/jit/
H A Dassign_036.phpt19 $newType = \gettype($propValue);
22 $newType = 'boolean';
27 $newType = 'boolean';
30 if ($oldType !== $newType)
33 \settype($tmp, $newType);
/PHP-8.0/ext/soap/
H A Dphp_schema.c361 … ptr = zend_hash_str_update_ptr(cur_type->elements, newType->name, strlen(newType->name), newType); in schema_simpleType()
421 sdlTypePtr newType; in schema_list() local
447 sdlTypePtr newType; in schema_list() local
463 newType->name = str; in schema_list()
517 sdlTypePtr newType; in schema_union() local
548 sdlTypePtr newType; in schema_union() local
1115 sdlTypePtr newType; in schema_group() local
1128 cur_type = newType; in schema_group()
1503 sdlTypePtr newType; in schema_element() local
1582 cur_type = newType; in schema_element()
[all …]

Completed in 14 milliseconds