Home
last modified time | relevance | path

Searched refs:IS_ARRAY (Results 151 – 175 of 190) sorted by relevance

12345678

/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_result.c1822 if (Z_TYPE(row) != IS_ARRAY) { in MYSQLND_METHOD()
1849 if (Z_TYPE(row) != IS_ARRAY) { in MYSQLND_METHOD()
/PHP-8.0/ext/opcache/Optimizer/
H A Dcompact_literals.c483 case IS_ARRAY: in zend_optimizer_compact_literals()
H A Dzend_inference.c2320 (opline->extended_value == IS_ARRAY || in _zend_update_type_info()
2334 } else if ((opline->extended_value == IS_ARRAY || in _zend_update_type_info()
2343 if (opline->extended_value == IS_ARRAY in _zend_update_type_info()
2349 if (opline->extended_value == IS_ARRAY) { in _zend_update_type_info()
4592 case IS_ARRAY: in zend_may_throw_ex()
H A Ddfa_pass.c354 && (opline->extended_value == IS_ARRAY || opline->extended_value == IS_OBJECT)) { in opline_supports_assign_contraction()
425 && Z_TYPE_P(CT_CONSTANT_EX(op_array, send_array->op1.constant)) == IS_ARRAY in zend_dfa_optimize_calls()
/PHP-8.0/ext/dba/
H A Ddba.c104 if (Z_TYPE_P(key) == IS_ARRAY) {
/PHP-8.0/ext/standard/
H A Dproc_open.c1104 } else if (Z_TYPE_P(descitem) == IS_ARRAY) { in PHP_FUNCTION()
H A Durl_scanner_ex.re356 Z_TYPE_P(tmp) == IS_ARRAY &&
/PHP-8.0/ext/intl/locale/
H A Dlocale_methods.c774 } else if(Z_TYPE_P(ele_value) == IS_ARRAY ) { in append_multiple_key_values()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c642 } else if (Z_TYPE_P(zv) == IS_ARRAY) {
H A Dzend_jit_x86.dasc1386 || } else if (type == IS_ARRAY) {
6499 | IF_NOT_ZVAL_TYPE op1_addr, IS_ARRAY, >7
6709 | IF_NOT_ZVAL_TYPE op1_addr, IS_ARRAY, >7
11279 case MAY_BE_ARRAY: type = IS_ARRAY; break;
12112 | IF_NOT_ZVAL_TYPE op1_addr, IS_ARRAY, &exit_addr
12114 | IF_NOT_ZVAL_TYPE op1_addr, IS_ARRAY, >7
12356 | IF_NOT_ZVAL_TYPE op1_addr, IS_ARRAY, >7
12551 | IF_NOT_ZVAL_TYPE op1_addr, IS_ARRAY, >7
14543 | IF_ZVAL_TYPE op1_addr, IS_ARRAY, >7
15536 } else if (var_type != IS_ARRAY) {
[all …]
/PHP-8.0/main/
H A Drfc1867.c768 if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) != IS_ARRAY) {
/PHP-8.0/ext/spl/
H A Dspl_iterators.c1028 if (Z_TYPE_P(data) == IS_ARRAY) { in spl_recursive_tree_iterator_get_entry()
1833 if (Z_TYPE(intern->current.data) == IS_ARRAY) { in PHP_METHOD()
2063 } else if (Z_TYPE(intern->current.data) == IS_ARRAY) { in PHP_METHOD()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c2249 } else if ((Z_LVAL(retval) > 0) && (Z_TYPE(subpats) == IS_ARRAY)) { in magiccheck()
2253 if ((pzval = zend_hash_index_find(ht, 0)) != NULL && Z_TYPE_P(pzval) == IS_ARRAY) { in magiccheck()
/PHP-8.0/ext/sockets/
H A Dsockets.c653 if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0;
690 ZEND_ASSERT(Z_TYPE_P(sock_array) == IS_ARRAY);
/PHP-8.0/ext/libxml/
H A Dlibxml.c372 if (Z_TYPE(s->wrapperdata) == IS_ARRAY) { in php_libxml_input_buffer_create_filename()
/PHP-8.0/Zend/
H A Dzend_generators.c632 if (Z_TYPE(generator->values) == IS_ARRAY) { in zend_generator_get_next_delegated_value()
H A Dzend_hash.c237 .gc.u.type_info = IS_ARRAY | (GC_IMMUTABLE << GC_FLAGS_SHIFT),
1991 (Z_TYPE_P(Z_REFVAL_P(data)) != IS_ARRAY || in zend_array_dup_element()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c545 if (Z_TYPE_P(value) == IS_ARRAY) { in _const_string()
573 if (Z_TYPE(c->value) == IS_ARRAY) { in _class_const_string()
636 } else if (Z_TYPE(zv) == IS_ARRAY) { in format_default_value()
2300 case IS_ARRAY: { in ZEND_METHOD()
6153 return Z_TYPE_P(Z_REFVAL_P(ref)) != IS_ARRAY || Z_ARRVAL_P(Z_REFVAL_P(ref)) != ht; in is_ignorable_reference()
/PHP-8.0/ext/mysqli/
H A Dmysqli.c1194 if (into_object && Z_TYPE_P(return_value) == IS_ARRAY) { in php_mysqli_fetch_into_hash()
H A Dmysqli_nonapi.c727 if (Z_TYPE_P(in_array) != IS_ARRAY) {
/PHP-8.0/ext/sodium/
H A Dlibsodium.c101 if (trace && Z_TYPE_P(trace) == IS_ARRAY) { in ZEND_GET_MODULE()
104 if (Z_TYPE_P(frame) == IS_ARRAY) { in ZEND_GET_MODULE()
/PHP-8.0/ext/opcache/
H A Dzend_persist.c199 case IS_ARRAY: in zend_persist_zval()
/PHP-8.0/ext/dom/
H A Dnode.c1629 if (tmp && Z_TYPE_P(tmp) == IS_ARRAY) { in dom_canonicalization()
/PHP-8.0/ext/curl/
H A Dinterface.c2640 if (Z_TYPE_P(zvalue) != IS_ARRAY) { in _php_curl_setopt()
2727 if (Z_TYPE_P(zvalue) == IS_ARRAY) { in _php_curl_setopt()
/PHP-8.0/ext/gd/
H A Dgd.c3495 …((var = zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i))) != NULL && Z_TYPE_P(var) == IS_ARRAY) { in PHP_FUNCTION()
3836 if (Z_TYPE_P(options) != IS_ARRAY) { in PHP_FUNCTION()

Completed in 182 milliseconds

12345678