Home
last modified time | relevance | path

Searched refs:IS_ARRAY (Results 76 – 100 of 121) sorted by relevance

12345

/PHP-5.6/ext/xml/
H A Dxml.c492 if (Z_TYPE_PP(data) != IS_ARRAY && Z_TYPE_PP(data) != IS_OBJECT) { in xml_set_handler()
542 } else if (Z_TYPE_P(handler) == IS_ARRAY && in xml_call_handler()
/PHP-5.6/Zend/
H A Dzend_API.h104 …_INFO(pass_by_ref, name, allow_null) { #name, sizeof(#name)-1, NULL, 0, IS_ARRAY, pass_by_ref, all…
755 #define HASH_OF(p) (Z_TYPE_P(p)==IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p…
H A Dzend.h587 #define IS_ARRAY 4 macro
H A Dzend_language_parser.y574 | T_ARRAY { $$.op_type = IS_CONST; Z_TYPE($$.u.constant)=IS_ARRAY; }
840 | T_ARRAY_CAST expr { zend_do_cast(&$$, &$2, IS_ARRAY TSRMLS_CC); }
H A Dzend_vm_execute.h720 case IS_ARRAY: { in ZEND_SEND_UNPACK_SPEC_HANDLER()
2907 case IS_ARRAY: in ZEND_CAST_SPEC_CONST_HANDLER()
8288 case IS_ARRAY: in ZEND_CAST_SPEC_TMP_HANDLER()
13672 case IS_ARRAY: in ZEND_CAST_SPEC_VAR_HANDLER()
16261 case IS_ARRAY: { in ZEND_UNSET_DIM_SPEC_VAR_CONST_HANDLER()
18466 case IS_ARRAY: { in ZEND_UNSET_DIM_SPEC_VAR_TMP_HANDLER()
20885 case IS_ARRAY: { in ZEND_UNSET_DIM_SPEC_VAR_VAR_HANDLER()
24308 case IS_ARRAY: { in ZEND_UNSET_DIM_SPEC_VAR_CV_HANDLER()
25846 case IS_ARRAY: { in ZEND_UNSET_DIM_SPEC_UNUSED_CONST_HANDLER()
27185 case IS_ARRAY: { in ZEND_UNSET_DIM_SPEC_UNUSED_TMP_HANDLER()
[all …]
H A Dzend_operators.h403 case IS_ARRAY: \
/PHP-5.6/ext/standard/
H A Durl_scanner_ex.c121 || Z_TYPE_PP(tmp) != IS_ARRAY in PHP_INI_END()
H A Dproc_open.c583 } else if (Z_TYPE_PP(descitem) != IS_ARRAY) { in PHP_FUNCTION()
H A Durl_scanner_ex.re124 || Z_TYPE_PP(tmp) != IS_ARRAY
H A Dfilters.c260 if (Z_TYPE_P(filterparams) == IS_ARRAY) { in strfilter_strip_tags_create()
1811 if (filterparams != NULL && Z_TYPE_P(filterparams) != IS_ARRAY) { in strfilter_convert_create()
/PHP-5.6/ext/opcache/
H A Dzend_persist.c176 case IS_ARRAY:
/PHP-5.6/ext/com_dotnet/
H A Dcom_com.c697 if (sink && Z_TYPE_P(sink) == IS_ARRAY) { in PHP_FUNCTION()
H A Dcom_variant.c139 case IS_ARRAY: in php_com_variant_from_zval()
/PHP-5.6/ext/oci8/
H A Doci8_statement.c912 if (Z_TYPE_P(bind->zval) == IS_ARRAY) { in php_oci_bind_pre_exec()
989 } else if (Z_TYPE_P(bind->zval) == IS_ARRAY) { in php_oci_bind_post_exec()
/PHP-5.6/sapi/cgi/
H A Dcgi_main.c639 Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && in cgi_php_import_environment_variables()
649 Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && in cgi_php_import_environment_variables()
/PHP-5.6/ext/gmp/
H A Dgmp.c618 Z_TYPE_P(zv_ptr) = IS_ARRAY; in gmp_serialize()
655 || Z_TYPE_P(zv_ptr) != IS_ARRAY in gmp_unserialize()
/PHP-5.6/ext/sockets/
H A Dsockets.c772 if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0;
803 if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0;
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c251 if (Z_TYPE_P(value) == IS_ARRAY) { in reflection_zval_deep_copy()
678 if (Z_TYPE_P(value) == IS_ARRAY) { in _const_string()
785 } else if (Z_TYPE_P(zv) == IS_ARRAY) { in _parameter_string()
2219 case IS_ARRAY: { in ZEND_METHOD()
2487 RETVAL_BOOL(param->arg_info->type_hint == IS_ARRAY); in ZEND_METHOD()
2639 if (Z_TYPE_P(return_value) != IS_ARRAY) { in ZEND_METHOD()
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_result.c1894 if (Z_TYPE_P(row) != IS_ARRAY) { in MYSQLND_METHOD()
1922 if (Z_TYPE(row) != IS_ARRAY) { in MYSQLND_METHOD()
/PHP-5.6/ext/dba/
H A Ddba.c205 if (Z_TYPE_P(key) == IS_ARRAY) {
/PHP-5.6/ext/mysqli/
H A Dmysqli_nonapi.c661 if (Z_TYPE_P(in_array) != IS_ARRAY) {
H A Dmysqli.c1293 if (into_object && Z_TYPE_P(return_value) == IS_ARRAY) { in php_mysqli_fetch_into_hash()
/PHP-5.6/ext/spl/
H A Dphp_spl.c499 if (Z_TYPE_P(zcallable) == IS_ARRAY) { in PHP_FUNCTION()
H A Dspl_iterators.c1067 if (Z_TYPE_P(return_value) == IS_ARRAY) { in spl_recursive_tree_iterator_get_entry()
2061 if (Z_TYPE_P(intern->current.data) == IS_ARRAY) { in SPL_METHOD()
2328 } else if (Z_TYPE_P(intern->current.data) == IS_ARRAY) { in SPL_METHOD()
/PHP-5.6/ext/intl/locale/
H A Dlocale_methods.c825 } else if(Z_TYPE_PP(ele_value) == IS_ARRAY ) { in append_multiple_key_values()

Completed in 262 milliseconds

12345