Home
last modified time | relevance | path

Searched refs:IS_ARRAY (Results 101 – 115 of 115) sorted by relevance

12345

/PHP-5.5/Zend/
H A Dzend_execute_API.c565 Z_TYPE_P(p) = IS_ARRAY; in zval_update_constant_ex()
H A Dzend_compile.c1895 if (class_type->u.constant.type == IS_ARRAY) { in zend_do_receive_arg()
1896 cur_arg_info->type_hint = IS_ARRAY; in zend_do_receive_arg()
1900 …} else if (Z_TYPE(initialization->u.constant) != IS_ARRAY && Z_TYPE(initialization->u.constant) !=… in zend_do_receive_arg()
3371 …} else if (Z_TYPE_P(zv) == IS_ARRAY || (Z_TYPE_P(zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT_ARRAY… in zend_get_function_declaration()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c2091 } else if ((Z_LVAL_P(retval) > 0) && (Z_TYPE_P(subpats) == IS_ARRAY)) { in magiccheck()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c749 } else if (Z_TYPE_P(zv) == IS_ARRAY) { in _parameter_string()
2181 case IS_ARRAY: { in ZEND_METHOD()
2449 RETVAL_BOOL(param->arg_info->type_hint == IS_ARRAY); in ZEND_METHOD()
/PHP-5.5/ext/standard/
H A Dfile.c654 case IS_ARRAY: in PHP_FUNCTION()
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c1588 if (Z_TYPE_P(return_value)==IS_ARRAY) {
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c1883 if (Z_TYPE_P(return_value) == IS_ARRAY) { in PHP_FUNCTION()
/PHP-5.5/ext/iconv/
H A Diconv.c2377 if (Z_TYPE_PP(elem) != IS_ARRAY) { in PHP_FUNCTION()
/PHP-5.5/ext/zip/
H A Dphp_zip.c2465 case IS_ARRAY: in ZIPARCHIVE_METHOD()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1043 if (Z_TYPE_PP(data_ptr) == IS_ARRAY) { in sxe_properties_add()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c2175 case IS_ARRAY:
/PHP-5.5/ext/spl/
H A Dspl_directory.c2236 case IS_ARRAY: in spl_filesystem_file_is_empty_line()
/PHP-5.5/ext/curl/
H A Dinterface.c2585 if (Z_TYPE_PP(zvalue) == IS_ARRAY || Z_TYPE_PP(zvalue) == IS_OBJECT) { in _php_curl_setopt()
/PHP-5.5/ext/phar/
H A Dphar_object.c4366 case IS_ARRAY: in PHP_METHOD()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch3456 + } else if ((Z_LVAL_P(retval) > 0) && (Z_TYPE_P(subpats) == IS_ARRAY)) {

Completed in 235 milliseconds

12345