Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_operators.h376 convert_to_null(pzv); \
379 convert_to_long(pzv); \
388 convert_to_array(pzv); \
407 #define convert_to_boolean_ex(pzv) convert_to_ex_master(pzv, boolean, _IS_BOOL) argument
408 #define convert_to_long_ex(pzv) convert_to_ex_master(pzv, long, IS_LONG) argument
409 #define convert_to_double_ex(pzv) convert_to_ex_master(pzv, double, IS_DOUBLE) argument
410 #define convert_to_string_ex(pzv) convert_to_ex_master(pzv, string, IS_STRING) argument
411 #define convert_to_array_ex(pzv) convert_to_ex_master(pzv, array, IS_ARRAY) argument
412 #define convert_to_object_ex(pzv) convert_to_ex_master(pzv, object, IS_OBJECT) argument
413 #define convert_to_null_ex(pzv) convert_to_ex_master(pzv, null, IS_NULL) argument
[all …]
/PHP-7.0/ext/phar/
H A Dutil.c2065 zval zv, *pzv; in phar_copy_on_write() local
2069 …if (NULL == (pzv = zend_hash_str_add(&(PHAR_G(phar_fname_map)), (*pphar)->fname, (*pphar)->fname_l… in phar_copy_on_write()
2073 phar_copy_cached_phar((phar_archive_data **)&Z_PTR_P(pzv)); in phar_copy_on_write()
2074 newpphar = Z_PTR_P(pzv); in phar_copy_on_write()
/PHP-7.0/ext/intl/converter/
H A Dconverter.c44 #define CONV_GET(pzv) (Z_INTL_CONVERTER_P((pzv))) argument

Completed in 20 milliseconds