Home
last modified time | relevance | path

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

12345678

/PHP-8.0/Zend/
H A Dzend_vm_def.h3104 if (Z_TYPE_P(var) != IS_ARRAY) {
5029 if (EXPECTED(Z_TYPE_P(args) == IS_ARRAY)) {
5238 if (UNEXPECTED(Z_TYPE_P(args) != IS_ARRAY)) {
5241 if (EXPECTED(Z_TYPE_P(args) == IS_ARRAY)) {
5998 if (EXPECTED(Z_TYPE_P(op1) == IS_ARRAY)) {
6154 if (opline->extended_value == IS_ARRAY) {
6183 if (Z_TYPE_P(expr) == IS_ARRAY) {
6704 if (EXPECTED(Z_TYPE_P(array) == IS_ARRAY)) {
6858 if (EXPECTED(Z_TYPE_P(array) == IS_ARRAY)) {
8115 if (Z_TYPE_P(val) == IS_ARRAY) {
[all …]
H A Dzend_API.h141 { #name, ZEND_TYPE_INIT_CODE(IS_ARRAY, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0)), NULL },
760 #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…
2020 if (EXPECTED(Z_TYPE_P(arg) == IS_ARRAY) || in zend_parse_arg_array()
2033 if (EXPECTED(Z_TYPE_P(arg) == IS_ARRAY)) { in zend_parse_arg_array_ht()
2061 if (EXPECTED(Z_TYPE_P(arg) == IS_ARRAY)) { in zend_parse_arg_array_ht_or_long()
2173 } else if (EXPECTED(Z_TYPE_P(arg) == IS_ARRAY)) { in zend_parse_arg_array_ht_or_str()
/PHP-8.0/ext/spl/
H A Dspl_observer.c786 if (!php_var_unserialize(pmembers, &p, s + buf_len, &var_hash) || Z_TYPE_P(pmembers) != IS_ARRAY) { in PHP_METHOD()
846 Z_TYPE_P(storage_zv) != IS_ARRAY || Z_TYPE_P(members_zv) != IS_ARRAY) { in PHP_METHOD()
H A Dspl_dllist.c1215 Z_TYPE_P(flags_zv) != IS_LONG || Z_TYPE_P(storage_zv) != IS_ARRAY || in PHP_METHOD()
1216 Z_TYPE_P(members_zv) != IS_ARRAY) { in PHP_METHOD()
/PHP-8.0/ext/standard/
H A Dexec.c234 if (Z_TYPE_P(Z_REFVAL_P(ret_array)) == IS_ARRAY) { in php_exec_ex()
H A Dinfo.c176 …if ((data = zend_hash_find_deref(&EG(symbol_table), key)) != NULL && (Z_TYPE_P(data) == IS_ARRAY))… in php_print_gpcse_array()
203 if (Z_TYPE_P(tmp) == IS_ARRAY) { in php_print_gpcse_array()
H A Dhttp_fopen_wrapper.c260 if (Z_TYPE_P(tmpzval) == IS_ARRAY) { in php_stream_url_wrap_http_ex()
428 if (Z_TYPE_P(tmpzval) == IS_ARRAY) { in php_stream_url_wrap_http_ex()
H A Dmail.c120 case IS_ARRAY: in php_mail_build_headers_elem()
/PHP-8.0/ext/readline/
H A Dreadline.c450 if (Z_TYPE(_readline_array) == IS_ARRAY) { in php_readline_completion_cb()
/PHP-8.0/ext/sockets/
H A Dsendrecvmsg.c338 if (Z_TYPE_P(arg4) == IS_ARRAY) { in php_do_setsockopt_ipv6_rfc3542()
/PHP-8.0/ext/posix/
H A Dposix.c701 if (array_group == NULL || Z_TYPE_P(array_group) != IS_ARRAY) in php_posix_group_to_array()
895 if (NULL == return_value || Z_TYPE_P(return_value) != IS_ARRAY) in php_posix_passwd_to_array()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_watch.c123 #define HT_FROM_ZVP(zvp) (Z_TYPE_P(zvp) == IS_OBJECT ? Z_OBJPROP_P(zvp) : Z_TYPE_P(zvp) == IS_ARRAY
496 element->flags |= Z_TYPE_P(zv) == IS_ARRAY ? PHPDBG_WATCH_ARRAY : PHPDBG_WATCH_OBJECT;
553 if ((Z_TYPE_P(zv) != IS_ARRAY && Z_TYPE_P(zv) != IS_OBJECT)
1199 if (Z_TYPE_P(zv) != IS_ARRAY && Z_TYPE_P(zv) != IS_OBJECT) {
/PHP-8.0/ext/odbc/
H A Dodbc_arginfo.h24 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, params, IS_ARRAY, 0, "[]")
/PHP-8.0/ext/ldap/
H A Dldap.c313 if (Z_TYPE_P(val) != IS_ARRAY) { in _php_ldap_control_from_array()
657 if (Z_TYPE_P(ctrlarray) != IS_ARRAY) { in _php_ldap_controls_from_array()
1487 if (Z_TYPE_P(link) == IS_ARRAY) { in php_ldap_do_search()
2235 if (Z_TYPE_P(value) != IS_ARRAY) { in php_ldap_do_modify()
2246 if ((num_values == 1) && (Z_TYPE_P(value) != IS_ARRAY)) { in php_ldap_do_modify()
2604 if (Z_TYPE_P(mod) != IS_ARRAY) { in PHP_FUNCTION()
2679 if (Z_TYPE_P(modinfo) != IS_ARRAY) { in PHP_FUNCTION()
3273 if (Z_TYPE_P(newval) != IS_ARRAY) { in PHP_FUNCTION()
/PHP-8.0/ext/session/
H A Dsession.c83 if (Z_ISREF_P(&PS(http_session_vars)) && Z_TYPE_P(Z_REFVAL(PS(http_session_vars))) == IS_ARRAY)
1482 if (Z_TYPE_P(data) == IS_ARRAY && in php_session_reset_id()
1554 …if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), l… in php_session_start()
1564 …if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), l… in php_session_start()
1570 …if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), l… in php_session_start()
2957 if (Z_TYPE_P(progress_ary) != IS_ARRAY) { in php_check_cancel_upload()
/PHP-8.0/ext/openssl/
H A Dxp_ssl.c182 if (Z_TYPE(stream->wrapperdata) == IS_ARRAY && in php_openssl_is_http_stream_talking_to_iis()
358 } else if (Z_TYPE_P(val) == IS_ARRAY) { in php_openssl_x509_fingerprint_match()
560 if (Z_TYPE_P(peer_fingerprint) == IS_STRING || Z_TYPE_P(peer_fingerprint) == IS_ARRAY) { in php_openssl_apply_peer_verification_policy()
1403 if (Z_TYPE_P(val) != IS_ARRAY) { in php_openssl_enable_server_sni()
1433 if (Z_TYPE_P(current) == IS_ARRAY) { in php_openssl_enable_server_sni()
H A Dopenssl.c666 if (Z_TYPE_P(data) == IS_ARRAY) { in php_openssl_add_assoc_name_entry()
2490 if (calist && (Z_TYPE_P(calist) == IS_ARRAY)) { in php_openssl_setup_verify()
2604 if (Z_TYPE_P(zcerts) == IS_ARRAY) { in STACK_OF()
3629 if (Z_TYPE_P(val) == IS_ARRAY) { in php_openssl_pkey_from_zval()
4171 if (args && Z_TYPE_P(args) == IS_ARRAY) { in PHP_FUNCTION()
4175 Z_TYPE_P(data) == IS_ARRAY) { in PHP_FUNCTION()
4196 Z_TYPE_P(data) == IS_ARRAY) { in PHP_FUNCTION()
4221 Z_TYPE_P(data) == IS_ARRAY) { in PHP_FUNCTION()
4249 Z_TYPE_P(data) == IS_ARRAY) { in PHP_FUNCTION()
5133 if (Z_TYPE_P(zrecipcerts) == IS_ARRAY) { in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_dump.c72 case IS_ARRAY: in zend_dump_const()
456 case IS_ARRAY: in zend_dump_op()
498 case (1<<IS_ARRAY): in zend_dump_op()
H A Dzend_inference.h162 } else if (Z_TYPE_P(zv) == IS_ARRAY) { in DEFINE_SSA_OP_MIN_RANGE()
H A Dzend_optimizer.c108 if (Z_TYPE_P(op1) != IS_ARRAY && Z_TYPE_P(op1) != IS_DOUBLE) { in zend_optimizer_eval_cast()
113 case IS_ARRAY: in zend_optimizer_eval_cast()
181 if (Z_TYPE_P(val) >= IS_ARRAY) { \
/PHP-8.0/ext/soap/
H A Dphp_packet_soap.c371 if (Z_TYPE_P(return_value) == IS_ARRAY) { in parse_packet_soap()
/PHP-8.0/ext/pgsql/
H A Dpgsql.c4582 ZEND_ASSERT(Z_TYPE_P(values) == IS_ARRAY); in php_pgsql_convert()
4583 ZEND_ASSERT(Z_TYPE_P(result) == IS_ARRAY); in php_pgsql_convert()
4628 …if (!err && (Z_TYPE_P(val) == IS_ARRAY || Z_TYPE_P(val) == IS_OBJECT || Z_TYPE_P(val) == IS_RESOUR… in php_pgsql_convert()
5336 assert(Z_TYPE_P(var_array) == IS_ARRAY); in php_pgsql_insert()
5598 assert(Z_TYPE_P(var_array) == IS_ARRAY); in php_pgsql_update()
5599 assert(Z_TYPE_P(ids_array) == IS_ARRAY); in php_pgsql_update()
5708 assert(Z_TYPE_P(ids_array) == IS_ARRAY); in php_pgsql_delete()
5803 assert(Z_TYPE_P(ret_array) == IS_ARRAY); in php_pgsql_result2array()
5845 assert(Z_TYPE_P(ids_array) == IS_ARRAY); in php_pgsql_select()
5846 assert(Z_TYPE_P(ret_array) == IS_ARRAY); in php_pgsql_select()
/PHP-8.0/ext/intl/converter/
H A Dconverter.c188 case IS_ARRAY: in php_converter_append_toUnicode_target()
273 case IS_ARRAY: in php_converter_append_fromUnicode_target()
/PHP-8.0/ext/imap/
H A Dphp_imap.c777 case IS_ARRAY: in PHP_FUNCTION()
3180 if (Z_TYPE_P(pvalue) == IS_ARRAY) { in PHP_FUNCTION()
3201 if (Z_TYPE_P(data) != IS_ARRAY) { in PHP_FUNCTION()
3237 if(Z_TYPE_P(pvalue) == IS_ARRAY) { in PHP_FUNCTION()
3277 if (Z_TYPE_P(pvalue) == IS_ARRAY) { in PHP_FUNCTION()
3320 } else if (Z_TYPE_P(data) == IS_ARRAY && topbod->type == TYPEMULTIPART) { in PHP_FUNCTION()
3359 if (Z_TYPE_P(pvalue) == IS_ARRAY) { in PHP_FUNCTION()
3399 if (Z_TYPE_P(pvalue) == IS_ARRAY) { in PHP_FUNCTION()
/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c222 if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && in litespeed_php_import_environment_variables()
229 } else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && in litespeed_php_import_environment_variables()

Completed in 215 milliseconds

12345678