Searched refs:new_type (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/ffi/ |
H A D | ffi.c | 1820 new_type->attr = 0; in zend_ffi_add() 1821 new_type->size = sizeof(void*); in zend_ffi_add() 2501 new_type->attr = 0; in zend_ffi_read_var() 4290 zend_ffi_type *new_type; in ZEND_METHOD() local 4304 new_type->attr = 0; in ZEND_METHOD() 4307 new_type->array.type = type; in ZEND_METHOD() 4308 new_type->array.length = n; in ZEND_METHOD() 4326 zend_ffi_type *type, *new_type; in ZEND_METHOD() local 4353 new_type->attr = 0; in ZEND_METHOD() 4354 new_type->size = sizeof(void*); in ZEND_METHOD() [all …]
|
/php-src/ext/standard/tests/array/ |
H A D | array_key_exists_variation8.phpt | 83 foreach ($inputs as $new_type => $new_input) { 84 echo "-- \$key arguments are $new_type data:\n";
|
/php-src/Zend/ |
H A D | zend_compile.c | 1365 static zend_string *add_type_string(zend_string *type, zend_string *new_type, bool is_intersection)… in add_type_string() argument 1368 return zend_string_copy(new_type); in add_type_string() 1373 "&", 1, ZSTR_VAL(new_type), ZSTR_LEN(new_type)); in add_type_string() 1377 ZSTR_VAL(type), ZSTR_LEN(type), "|", 1, ZSTR_VAL(new_type), ZSTR_LEN(new_type)); in add_type_string()
|
Completed in 61 milliseconds