Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_operators.h386 convert_to_null(pzv); \
389 convert_to_long(pzv); \
398 convert_to_array(pzv); \
417 #define convert_to_boolean_ex(pzv) convert_to_ex_master(pzv, boolean, _IS_BOOL) argument
418 #define convert_to_long_ex(pzv) convert_to_ex_master(pzv, long, IS_LONG) argument
419 #define convert_to_double_ex(pzv) convert_to_ex_master(pzv, double, IS_DOUBLE) argument
420 #define convert_to_string_ex(pzv) convert_to_ex_master(pzv, string, IS_STRING) argument
421 #define convert_to_array_ex(pzv) convert_to_ex_master(pzv, array, IS_ARRAY) argument
422 #define convert_to_object_ex(pzv) convert_to_ex_master(pzv, object, IS_OBJECT) argument
423 #define convert_to_null_ex(pzv) convert_to_ex_master(pzv, null, IS_NULL) argument
[all …]
/PHP-7.1/ext/phar/
H A Dutil.c2058 zval zv, *pzv; in phar_copy_on_write() local
2062 …if (NULL == (pzv = zend_hash_str_add(&(PHAR_G(phar_fname_map)), (*pphar)->fname, (*pphar)->fname_l… in phar_copy_on_write()
2066 phar_copy_cached_phar((phar_archive_data **)&Z_PTR_P(pzv)); in phar_copy_on_write()
2067 newpphar = Z_PTR_P(pzv); in phar_copy_on_write()
/PHP-7.1/ext/intl/converter/
H A Dconverter.c44 #define CONV_GET(pzv) (Z_INTL_CONVERTER_P((pzv))) argument

Completed in 17 milliseconds