Home
last modified time | relevance | path

Searched refs:Z_TYPE (Results 1 – 25 of 125) sorted by relevance

12345

/PHP-7.3/ext/session/
H A Dmod_user.c57 if (Z_TYPE(retval) != IS_UNDEF) { \
58 if (Z_TYPE(retval) == IS_TRUE) { \
60 } else if (Z_TYPE(retval) == IS_FALSE) { \
62 } else if ((Z_TYPE(retval) == IS_LONG) && (Z_LVAL(retval) == -1)) { \
65 } else if ((Z_TYPE(retval) == IS_LONG) && (Z_LVAL(retval) == 0)) { \
147 if (Z_TYPE(retval) == IS_STRING) { in PS_READ_FUNC()
191 if (Z_TYPE(retval) == IS_LONG) { in PS_GC_FUNC()
194 } else if (Z_TYPE(retval) == IS_TRUE) { in PS_GC_FUNC()
214 if (Z_TYPE(retval) == IS_STRING) { in PS_CREATE_SID_FUNC()
/PHP-7.3/ext/opcache/Optimizer/
H A Dpass2.c49 if (Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_STRING) { in zend_optimizer_pass2()
67 if (Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_STRING) { in zend_optimizer_pass2()
80 if (Z_TYPE(ZEND_OP1_LITERAL(opline)) != IS_LONG) { in zend_optimizer_pass2()
82 if (!(Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_STRING in zend_optimizer_pass2()
97 if (Z_TYPE(ZEND_OP2_LITERAL(opline)) != IS_LONG) { in zend_optimizer_pass2()
99 if (!(Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_STRING in zend_optimizer_pass2()
110 if (Z_TYPE(ZEND_OP1_LITERAL(opline)) != IS_STRING) { in zend_optimizer_pass2()
121 if (Z_TYPE(ZEND_OP2_LITERAL(opline)) != IS_STRING) { in zend_optimizer_pass2()
H A Dpass1_5.c133 Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_STRING && in zend_optimizer_pass1()
161 Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_STRING) { in zend_optimizer_pass1()
170 if (Z_TYPE(c) == IS_CONSTANT_AST) { in zend_optimizer_pass1()
187 Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_STRING) { in zend_optimizer_pass1()
192 Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_STRING) { in zend_optimizer_pass1()
235 || Z_TYPE(t) == IS_CONSTANT_AST) { in zend_optimizer_pass1()
295 Z_TYPE(ZEND_OP2_LITERAL(init_opline)) != IS_STRING) { in zend_optimizer_pass1()
305 if (Z_TYPE(ZEND_OP1_LITERAL(send1_opline)) == IS_STRING && in zend_optimizer_pass1()
340 Z_TYPE(ZEND_OP1_LITERAL(send1_opline)) == IS_STRING) { in zend_optimizer_pass1()
512 Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_STRING && in zend_optimizer_pass1()
[all …]
H A Dblock_pass.c296 Z_TYPE(ZEND_OP1_LITERAL(opline)) != IS_DOUBLE && in zend_optimize_block()
297 Z_TYPE(ZEND_OP1_LITERAL(last_op)) != IS_DOUBLE) { in zend_optimize_block()
304 if (Z_TYPE(ZEND_OP1_LITERAL(opline)) != IS_STRING) { in zend_optimize_block()
307 if (Z_TYPE(ZEND_OP1_LITERAL(last_op)) != IS_STRING) { in zend_optimize_block()
467 (Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_FALSE || in zend_optimize_block()
468 Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_TRUE)) { in zend_optimize_block()
480 (Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_FALSE || in zend_optimize_block()
686 if (Z_TYPE(ZEND_OP2_LITERAL(opline)) != IS_STRING) { in zend_optimize_block()
689 if (Z_TYPE(ZEND_OP2_LITERAL(src)) != IS_STRING) { in zend_optimize_block()
743 Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_STRING && in zend_optimize_block()
[all …]
H A Doptimize_func_calls.c34 Z_TYPE(op_array->literals[(opline)->op1.constant]) == IS_STRING)
37 Z_TYPE(op_array->literals[(opline)->op2.constant]) == IS_STRING)
/PHP-7.3/main/streams/
H A Duserspace.c926 if (call_result == SUCCESS && (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE)) { in php_userstreamop_set_option()
965 if (call_result == SUCCESS && (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE)) { in php_userstreamop_set_option()
1006 if (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE) { in php_userstreamop_set_option()
1105 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_unlink()
1121 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_unlink()
1149 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_rename()
1166 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_rename()
1213 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_mkdir()
1260 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_rmdir()
1331 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_metadata()
[all …]
/PHP-7.3/ext/standard/
H A Dassert.c56 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_INI_MH()
60 if (new_value && (Z_TYPE(ASSERTG(callback)) != IS_UNDEF || ZSTR_LEN(new_value))) { in PHP_INI_MH()
129 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_RSHUTDOWN_FUNCTION()
203 val = Z_TYPE(retval) == IS_TRUE; in PHP_FUNCTION()
212 if (Z_TYPE(ASSERTG(callback)) == IS_UNDEF && ASSERTG(cb)) { in PHP_FUNCTION()
216 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_FUNCTION()
348 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_FUNCTION()
H A Darray.c813 if (Z_TYPE(retval) != IS_UNDEF) { in PHP_FUNCTION()
1280 if (Z_TYPE(args[0]) != IS_ARRAY) { in PHP_FUNCTION()
1300 if (Z_TYPE(result) == IS_TRUE) { in PHP_FUNCTION()
1325 if (Z_TYPE(args[0]) != IS_ARRAY) { in PHP_FUNCTION()
1345 if (Z_TYPE(result) == IS_FALSE) { in PHP_FUNCTION()
1454 if (Z_TYPE(args[1]) != IS_UNDEF) { in php_array_walk()
4644 if (Z_TYPE(args[i]) != IS_ARRAY) {
4815 if (Z_TYPE(args[i]) != IS_ARRAY) {
5403 if (Z_TYPE(args[0]) != IS_ARRAY) {
6328 if (Z_TYPE(chunk) == IS_UNDEF) {
[all …]
H A Duser_filters.c209 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in userfilter_filter()
353 if (Z_TYPE(retval) != IS_UNDEF) { in user_filter_factory_create()
354 if (Z_TYPE(retval) == IS_FALSE) { in user_filter_factory_create()
/PHP-7.3/Zend/
H A Dzend_highlight.c127 if (Z_TYPE(token) == IS_UNDEF) { in zend_highlight()
147 if (Z_TYPE(token) == IS_STRING) { in zend_highlight()
209 if (Z_TYPE(token) == IS_STRING) { in zend_strip()
H A Dzend_hash.c908 if (Z_TYPE(p->val) != IS_UNDEF) { in _zend_hash_index_add_or_update_i()
1076 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) { in zend_hash_rehash()
1266 if (Z_TYPE(p->val) == IS_INDIRECT) { in zend_hash_del_ind()
1314 if (Z_TYPE(p->val) == IS_INDIRECT) { in zend_hash_str_del_ind()
1380 if (Z_TYPE(p->val) != IS_UNDEF) { in zend_hash_index_del()
1499 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_array_destroy()
1609 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_symtable_clean()
2153 if (Z_TYPE(p->val) != IS_UNDEF) { in zend_hash_index_find()
2182 if (Z_TYPE(ht->arData[h].val) != IS_UNDEF) { in zend_hash_index_exists()
2469 if (Z_TYPE(p1->val) == IS_UNDEF) continue; in zend_hash_compare_impl()
[all …]
H A Dzend_generators.c43 (Z_TYPE(call->This) == IS_UNDEF) ? in zend_generator_restore_call_stack()
45 (Z_TYPE(call->This) != IS_UNDEF) ? in zend_generator_restore_call_stack()
176 if (UNEXPECTED(Z_TYPE(generator->values) != IS_UNDEF)) { in zend_generator_dtor_storage()
430 if (!ptr->func && Z_TYPE(ptr->This) == IS_OBJECT) { in zend_generator_check_placeholder_frame()
454 if (UNEXPECTED(Z_TYPE(generator->values) != IS_UNDEF)) { in zend_generator_throw_exception()
671 if (Z_TYPE(generator->values) == IS_ARRAY) { in zend_generator_get_next_delegated_value()
853 …if (UNEXPECTED(Z_TYPE(generator->value) == IS_UNDEF) && EXPECTED(generator->execute_data) && EXPEC… in zend_generator_ensure_initialized()
923 if (EXPECTED(generator->execute_data != NULL && Z_TYPE(root->value) != IS_UNDEF)) { in ZEND_METHOD()
946 if (EXPECTED(generator->execute_data != NULL && Z_TYPE(root->key) != IS_UNDEF)) { in ZEND_METHOD()
1133 if (EXPECTED(Z_TYPE(root->key) != IS_UNDEF)) { in zend_generator_iterator_get_key()
H A Dzend_closures.c161 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(closure_result) != IS_UNDEF) { in ZEND_METHOD()
449 if (Z_TYPE(closure->this_ptr) != IS_UNDEF) { in zend_closure_free_storage()
486 if (Z_TYPE(closure->this_ptr) != IS_UNDEF) { in zend_closure_get_closure()
521 if (Z_TYPE(closure->this_ptr) != IS_UNDEF) { in zend_closure_get_debug_info()
571 *table = Z_TYPE(closure->this_ptr) != IS_NULL ? &closure->this_ptr : NULL; in zend_closure_get_gc()
572 *n = Z_TYPE(closure->this_ptr) != IS_NULL ? 1 : 0; in zend_closure_get_gc()
H A Dzend_interfaces.c194 if (Z_TYPE(retval) != IS_UNDEF) { in zend_user_it_get_current_key()
268 ce_it = (Z_TYPE(iterator) == IS_OBJECT) ? Z_OBJCE(iterator) : NULL; in zend_user_it_get_new_iterator()
413 if (Z_TYPE(retval) == IS_UNDEF || EG(exception)) { in zend_user_serialize()
416 switch(Z_TYPE(retval)) { in zend_user_serialize()
/PHP-7.3/ext/mysqli/
H A Dmysqli_result_iterator.c80 return Z_TYPE(iterator->current_row) == IS_ARRAY ? SUCCESS : FAILURE; in php_mysqli_result_iterator_valid()
105 if (Z_TYPE(iterator->current_row) == IS_ARRAY) { in php_mysqli_result_iterator_move_forward()
/PHP-7.3/ext/interbase/
H A Dibase_events.c59 if (Z_TYPE(event->callback) != IS_UNDEF) { in _php_ibase_free_event()
147 if (Z_TYPE(args[0]) == IS_RESOURCE) { in PHP_FUNCTION()
241 if (Z_TYPE(return_value) == IS_FALSE) { in _php_ibase_callback()
286 if (Z_TYPE(args[0]) != IS_STRING) { in PHP_FUNCTION()
/PHP-7.3/ext/readline/
H A Dreadline.c194 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_RSHUTDOWN_FUNCTION()
517 if (Z_TYPE(_readline_array) == IS_ARRAY) { in _readline_completion_cb()
600 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_FUNCTION()
617 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_FUNCTION()
627 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_FUNCTION()
/PHP-7.3/ext/dom/
H A Dxpath.c202 if (result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in dom_xpath_ext_function_php()
203 if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) { in dom_xpath_ext_function_php()
214 } else if (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE) { in dom_xpath_ext_function_php()
215 valuePush(ctxt, xmlXPathNewBoolean(Z_TYPE(retval) == IS_TRUE)); in dom_xpath_ext_function_php()
216 } else if (Z_TYPE(retval) == IS_OBJECT) { in dom_xpath_ext_function_php()
/PHP-7.3/ext/spl/
H A Dspl_iterators.c282 if (Z_TYPE(retval) != IS_UNDEF) { in spl_recursive_it_move_forward_ex()
348 if (Z_TYPE(child) == IS_UNDEF || Z_TYPE(child) != IS_OBJECT || in spl_recursive_it_move_forward_ex()
1041 if (Z_TYPE(has_next) != IS_UNDEF) { in spl_recursive_tree_iterator_get_prefix()
1042 if (Z_TYPE(has_next) == IS_TRUE) { in spl_recursive_tree_iterator_get_prefix()
1051 if (Z_TYPE(has_next) != IS_UNDEF) { in spl_recursive_tree_iterator_get_prefix()
1052 if (Z_TYPE(has_next) == IS_TRUE) { in spl_recursive_tree_iterator_get_prefix()
1234 if (Z_TYPE(entry) != IS_STRING) { in SPL_METHOD()
1286 if (Z_TYPE(key) != IS_STRING) { in SPL_METHOD()
1834 if (Z_TYPE(retval) != IS_UNDEF) { in spl_filter_it_fetch()
1918 if (Z_TYPE(retval) != IS_UNDEF) { in SPL_METHOD()
[all …]
/PHP-7.3/ext/wddx/
H A Dwddx.c231 if (Z_TYPE(((st_entry *)stack->elements[i])->data) != IS_UNDEF in wddx_stack_destroy()
305 if (Z_TYPE(retval) != IS_ARRAY) { in PS_SERIALIZER_DECODE_FUNC()
895 if (Z_TYPE(ent1->data) == IS_UNDEF) { in php_wddx_pop_element()
922 if (Z_TYPE(ent1->data) == IS_OBJECT) { in php_wddx_pop_element()
944 if (Z_TYPE(ent2->data) == IS_ARRAY || Z_TYPE(ent2->data) == IS_OBJECT) { in php_wddx_pop_element()
949 Z_TYPE(ent1->data) == IS_STRING && Z_STRLEN(ent1->data) && in php_wddx_pop_element()
950 ent2->type == ST_STRUCT && Z_TYPE(ent2->data) == IS_ARRAY) { in php_wddx_pop_element()
990 } else if (Z_TYPE(ent2->data) == IS_OBJECT) { in php_wddx_pop_element()
1061 if (Z_TYPE(ent->data) == IS_STRING) { in php_wddx_process_data()
/PHP-7.3/ext/com_dotnet/
H A Dcom_iterator.c58 if (Z_TYPE(I->zdata) != IS_UNDEF) { in com_iter_valid()
92 if (Z_TYPE(I->zdata) != IS_UNDEF) { in com_iter_move_forwards()
/PHP-7.3/ext/oci8/
H A Doci8_failover.c70 if (Z_TYPE(retval) == IS_LONG) { in callback_fn()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_rinit_hook.c51 …if (Z_TYPE(cookies) == IS_ARRAY || (auth = zend_hash_str_find(Z_ARRVAL(cookies), PHPDBG_NAME "_AUT… in PHP_RINIT_FUNCTION()
/PHP-7.3/ext/xsl/
H A Dxsltprocessor.c335 if (Z_TYPE(handler) == IS_STRING) { in xsl_ext_function_php()
342 if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) { in xsl_ext_function_php()
353 } else if (Z_TYPE(retval) == IS_TRUE || Z_TYPE(retval) == IS_FALSE) { in xsl_ext_function_php()
354 valuePush(ctxt, xmlXPathNewBoolean(Z_TYPE(retval) == IS_TRUE)); in xsl_ext_function_php()
355 } else if (Z_TYPE(retval) == IS_OBJECT) { in xsl_ext_function_php()
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c198 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_hash_clone_constants()
249 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_hash_clone_methods()
307 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_hash_clone_prop_info()
475 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_accel_function_hash_copy()
519 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_accel_function_hash_copy_from_shm()
562 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_accel_class_hash_copy()
599 ZEND_ASSERT(Z_TYPE(p->val) != IS_UNDEF); in zend_accel_class_hash_copy_from_shm()

Completed in 99 milliseconds

12345