Home
last modified time | relevance | path

Searched refs:new_type (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/ffi/
H A Dffi.c1819 new_type->attr = 0; in zend_ffi_add()
1820 new_type->size = sizeof(void*); in zend_ffi_add()
2500 new_type->attr = 0; in zend_ffi_read_var()
4244 zend_ffi_type *new_type; in ZEND_METHOD() local
4258 new_type->attr = 0; in ZEND_METHOD()
4261 new_type->array.type = type; in ZEND_METHOD()
4262 new_type->array.length = n; in ZEND_METHOD()
4280 zend_ffi_type *type, *new_type; in ZEND_METHOD() local
4307 new_type->attr = 0; in ZEND_METHOD()
4308 new_type->size = sizeof(void*); in ZEND_METHOD()
[all …]
/php-src/ext/standard/tests/array/
H A Darray_key_exists_variation8.phpt83 foreach ($inputs as $new_type => $new_input) {
84 echo "-- \$key arguments are $new_type data:\n";
/php-src/Zend/
H A Dzend_compile.c1312 static zend_string *add_type_string(zend_string *type, zend_string *new_type, bool is_intersection)… in add_type_string() argument
1315 return zend_string_copy(new_type); in add_type_string()
1320 "&", 1, ZSTR_VAL(new_type), ZSTR_LEN(new_type)); in add_type_string()
1324 ZSTR_VAL(type), ZSTR_LEN(type), "|", 1, ZSTR_VAL(new_type), ZSTR_LEN(new_type)); in add_type_string()

Completed in 54 milliseconds