Home
last modified time | relevance | path

Searched refs:IS_UNDEF (Results 1 – 25 of 72) sorted by relevance

123

/PHP-7.0/Zend/
H A Dzend_hash.c580 if (Z_TYPE_P(data) != IS_UNDEF) { in _zend_hash_add_or_update_i()
738 if (Z_TYPE(p->val) != IS_UNDEF) { in _zend_hash_index_add_or_update_i()
1226 if (Z_TYPE(p->val) != IS_UNDEF) { in zend_hash_index_del()
1345 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_array_destroy()
1455 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_symtable_clean()
2034 if (Z_TYPE(p->val) != IS_UNDEF) { in zend_hash_index_find()
2348 if (Z_TYPE(p1->val) == IS_UNDEF) continue; in zend_hash_compare_impl()
2353 if (Z_TYPE(p2->val) != IS_UNDEF) break; in zend_hash_compare_impl()
2397 if (Z_TYPE_P(pData1) == IS_UNDEF) { in zend_hash_compare_impl()
2398 if (Z_TYPE_P(pData2) != IS_UNDEF) { in zend_hash_compare_impl()
[all …]
H A Dzend_object_handlers.c218 if (Z_TYPE(retval) != IS_UNDEF) { in zend_std_call_setter()
554 if (Z_TYPE(tmp_member) == IS_UNDEF) { in zend_std_read_property()
583 if (Z_TYPE(tmp_object) == IS_UNDEF) { in zend_std_read_property()
590 if (Z_TYPE_P(rv) != IS_UNDEF) { in zend_std_read_property()
935 if (Z_TYPE_P(slot) != IS_UNDEF) { in zend_std_unset_property()
1435 if (Z_TYPE_P(p1) != IS_UNDEF) { in zend_std_compare_objects()
1436 if (Z_TYPE_P(p2) != IS_UNDEF) { in zend_std_compare_objects()
1455 if (Z_TYPE_P(p2) != IS_UNDEF) { in zend_std_compare_objects()
1501 if (Z_TYPE_P(value) != IS_UNDEF) { in zend_std_has_property()
1542 if (Z_TYPE(rv) != IS_UNDEF) { in zend_std_has_property()
[all …]
H A Dzend_vm_execute.h3671 if (Z_TYPE(tmp_inc_filename) != IS_UNDEF) {
5090 if (Z_TYPE_P(retval) == IS_UNDEF) {
7058 if (Z_TYPE_P(retval) == IS_UNDEF) {
7576 if (Z_TYPE_P(retval) == IS_UNDEF) {
16031 if (value_type == IS_UNDEF) {
31508 if (Z_TYPE_P(retval) == IS_UNDEF) {
33748 if (Z_TYPE_P(retval) == IS_UNDEF) {
34708 if (Z_TYPE_P(retval) == IS_UNDEF) {
41982 if (Z_TYPE_P(retval) == IS_UNDEF) {
42997 if (Z_TYPE_P(retval) == IS_UNDEF) {
[all …]
H A Dzend_vm_def.h1599 if (Z_TYPE_P(retval) == IS_UNDEF) {
5498 if (Z_TYPE(tmp_inc_filename) != IS_UNDEF) {
5932 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
6074 if (value_type == IS_UNDEF) {
6081 if (UNEXPECTED(value_type == IS_UNDEF)) {
6114 if (UNEXPECTED(value_type == IS_UNDEF)) {
6121 if (UNEXPECTED(value_type == IS_UNDEF)) {
6253 if (UNEXPECTED(value_type == IS_UNDEF)) {
6260 if (UNEXPECTED(value_type == IS_UNDEF)) {
6306 if (UNEXPECTED(value_type == IS_UNDEF)) {
[all …]
H A Dzend_closures.c173 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(closure_result) != IS_UNDEF) { in ZEND_METHOD()
357 if (Z_TYPE(closure->this_ptr) != IS_UNDEF) { in zend_closure_free_storage()
401 if (Z_TYPE(closure->this_ptr) != IS_UNDEF) { in zend_closure_get_closure()
430 if (Z_TYPE(closure->this_ptr) != IS_UNDEF) { in zend_closure_get_debug_info()
565 if ((scope == NULL) && this_ptr && (Z_TYPE_P(this_ptr) != IS_UNDEF)) { in zend_create_closure()
H A Dzend_highlight.c130 if (Z_TYPE(token) == IS_UNDEF) { in zend_highlight()
H A Dzend_builtin_functions.c530 if (EXPECTED(Z_TYPE_INFO_P(q) != IS_UNDEF)) { in ZEND_FUNCTION()
546 if (EXPECTED(Z_TYPE_INFO_P(q) != IS_UNDEF)) { in ZEND_FUNCTION()
671 if (Z_TYPE_P(entry) == IS_UNDEF) { in ZEND_FUNCTION()
867 if (Z_TYPE(val_free) == IS_UNDEF) { in ZEND_FUNCTION()
1088 if (!prop || Z_TYPE_P(prop) == IS_UNDEF) { in add_class_vars()
1697 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1722 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
2199 if (Z_TYPE(modules[module_number]) == IS_UNDEF) { in ZEND_FUNCTION()
2253 if (EXPECTED(Z_TYPE_INFO_P(p) != IS_UNDEF)) { in debug_backtrace_get_args()
2269 if (EXPECTED(Z_TYPE_INFO_P(p) != IS_UNDEF)) { in debug_backtrace_get_args()
[all …]
H A Dzend_generators.c113 if (UNEXPECTED(Z_TYPE(generator->values) != IS_UNDEF)) { in zend_generator_dtor_storage()
303 if (UNEXPECTED(Z_TYPE(generator->values) != IS_UNDEF)) { in zend_generator_throw_exception()
746 …if (UNEXPECTED(Z_TYPE(generator->value) == IS_UNDEF) && EXPECTED(generator->execute_data) && EXPEC… in zend_generator_ensure_initialized()
816 if (EXPECTED(generator->execute_data != NULL && Z_TYPE(root->value) != IS_UNDEF)) { in ZEND_METHOD()
840 if (EXPECTED(generator->execute_data != NULL && Z_TYPE(root->key) != IS_UNDEF)) { in ZEND_METHOD()
1031 if (EXPECTED(Z_TYPE(root->key) != IS_UNDEF)) { in zend_generator_iterator_get_key()
H A Dzend_interfaces.c173 if (Z_TYPE(more) != IS_UNDEF) { in zend_user_it_valid()
215 if (Z_TYPE(retval) != IS_UNDEF) { in zend_user_it_get_current_key()
422 if (Z_TYPE(retval) == IS_UNDEF || EG(exception)) { in zend_user_serialize()
H A Dzend_execute.c284 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv()
299 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_deref()
310 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_BP_VAR_R()
320 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_deref_BP_VAR_R()
331 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_BP_VAR_UNSET()
341 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_deref_BP_VAR_UNSET()
367 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_BP_VAR_RW()
377 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_deref_BP_VAR_RW()
388 if (Z_TYPE_P(ret) == IS_UNDEF) { in _get_zval_ptr_cv_BP_VAR_W()
408 if (Z_TYPE_P(ret) == IS_UNDEF) { in _get_zval_ptr_cv_deref_BP_VAR_W()
[all …]
H A Dzend_hash.h280 ((Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF) ? Z_INDIRECT_P(zv) : NULL) : zv; in zend_hash_find_ind()
290 Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF); in zend_hash_exists_ind()
300 ((Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF) ? Z_INDIRECT_P(zv) : NULL) : zv; in zend_hash_str_find_ind()
310 Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF); in zend_hash_str_exists_ind()
778 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
788 if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
H A Dzend.c178 if (Z_TYPE_P(tmp) == IS_UNDEF) { in print_hash()
1169 if (Z_TYPE(EG(user_error_handler)) == IS_UNDEF in zend_error()
1241 if (Z_TYPE(retval) != IS_UNDEF) { in zend_error()
1265 if (Z_TYPE(EG(user_error_handler)) == IS_UNDEF) { in zend_error()
1402 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_try_exception_handler()
/PHP-7.0/ext/standard/
H A Dassert.c58 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_INI_MH()
62 if (new_value && (Z_TYPE(ASSERTG(callback)) != IS_UNDEF || ZSTR_LEN(new_value))) { in PHP_INI_MH()
131 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_RSHUTDOWN_FUNCTION()
209 if (Z_TYPE(ASSERTG(callback)) == IS_UNDEF && ASSERTG(cb)) { in PHP_FUNCTION()
213 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_FUNCTION()
346 if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) { in PHP_FUNCTION()
H A Darray.c821 if (Z_TYPE(retval) != IS_UNDEF) { in PHP_FUNCTION()
1384 if (Z_TYPE_P(zv) == IS_UNDEF) { in php_array_walk()
1443 if (Z_TYPE(args[1]) != IS_UNDEF) { in php_array_walk()
1451 if (Z_TYPE(args[1]) != IS_UNDEF) { in php_array_walk()
2550 if (Z_TYPE_P(val) != IS_UNDEF) {
2604 if (Z_TYPE_P(val) != IS_UNDEF) {
4065 if (Z_TYPE(p->val) == IS_UNDEF) {
4472 if (Z_TYPE(ptr->val) != IS_UNDEF) {
4698 } while (Z_TYPE(ab[r].val) != IS_UNDEF);
5397 if (Z_TYPE(chunk) == IS_UNDEF) {
[all …]
H A Duser_filters.c212 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in userfilter_filter()
354 if (Z_TYPE(retval) != IS_UNDEF) { in user_filter_factory_create()
/PHP-7.0/main/streams/
H A Duserspace.c365 if (Z_TYPE(us->object) == IS_UNDEF) { in user_wrapper_opener()
448 if (Z_TYPE(us->object) == IS_UNDEF) { in user_wrapper_opendir()
625 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in php_userstreamop_write()
675 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in php_userstreamop_read()
1014 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in php_userstreamop_set_option()
1114 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_unlink()
1158 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_rename()
1204 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_mkdir()
1252 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_rmdir()
1322 if (Z_TYPE(object) == IS_UNDEF) { in user_wrapper_metadata()
[all …]
/PHP-7.0/ext/readline/
H A Dreadline.c194 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_RSHUTDOWN_FUNCTION()
578 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_FUNCTION()
595 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_FUNCTION()
605 if (Z_TYPE(_prepped_callback) != IS_UNDEF) { in PHP_FUNCTION()
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_format_object.cpp102 if (Z_TYPE_P(z) != IS_UNDEF) { in PHP_FUNCTION()
118 if (Z_TYPE_P(z) != IS_UNDEF) { in PHP_FUNCTION()
/PHP-7.0/ext/spl/
H A Dspl_iterators.c285 if (Z_TYPE(retval) != IS_UNDEF) { in spl_recursive_it_move_forward_ex()
787 if (Z_TYPE_P(zobject) == IS_UNDEF) { in SPL_METHOD()
791 if (Z_TYPE_P(return_value) == IS_UNDEF) { in SPL_METHOD()
812 if (Z_TYPE_P(zobject) == IS_UNDEF) { in SPL_METHOD()
816 if (Z_TYPE_P(return_value) == IS_UNDEF) { in SPL_METHOD()
1045 if (Z_TYPE(has_next) != IS_UNDEF) { in spl_recursive_tree_iterator_get_prefix()
1055 if (Z_TYPE(has_next) != IS_UNDEF) { in spl_recursive_tree_iterator_get_prefix()
1855 if (Z_TYPE(retval) != IS_UNDEF) { in spl_filter_it_fetch()
1939 if (Z_TYPE(retval) != IS_UNDEF) { in SPL_METHOD()
2013 if (Z_TYPE(intern->current.data) == IS_UNDEF || Z_TYPE(intern->current.key) == IS_UNDEF) { in SPL_METHOD()
[all …]
/PHP-7.0/ext/opcache/Optimizer/
H A Dzend_optimizer.c699 if (Z_TYPE(p->val) == IS_UNDEF) continue; in zend_accel_script_optimize()
706 if (Z_TYPE(p->val) == IS_UNDEF) continue; in zend_accel_script_optimize()
710 if (Z_TYPE(q->val) == IS_UNDEF) continue; in zend_accel_script_optimize()
730 if (Z_TYPE(p->val) == IS_UNDEF) continue; in zend_accel_script_optimize()
737 if (Z_TYPE(p->val) == IS_UNDEF) continue; in zend_accel_script_optimize()
741 if (Z_TYPE(q->val) == IS_UNDEF) continue; in zend_accel_script_optimize()
/PHP-7.0/ext/com_dotnet/
H A Dcom_iterator.c60 if (Z_TYPE(I->zdata) != IS_UNDEF) { in com_iter_valid()
94 if (Z_TYPE(I->zdata) != IS_UNDEF) { in com_iter_move_forwards()
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c255 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_hash_clone_constants()
300 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_hash_clone_methods()
358 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_hash_clone_prop_info()
533 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_accel_function_hash_copy()
577 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_accel_function_hash_copy_from_shm()
620 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_accel_class_hash_copy()
H A Dzend_persist.c129 if (Z_TYPE(p->val) == IS_UNDEF) continue; in zend_hash_persist()
157 if (Z_TYPE(p->val) == IS_UNDEF) continue; in zend_hash_persist()
211 if (Z_TYPE(p->val) == IS_UNDEF) continue; in zend_hash_persist_immutable()
236 if (Z_TYPE(p->val) == IS_UNDEF) continue; in zend_hash_persist_immutable()
/PHP-7.0/ext/session/
H A Dmod_user.c51 if (Z_TYPE(retval) != IS_UNDEF) { \
/PHP-7.0/ext/tokenizer/
H A Dtokenizer.c152 if (Z_TYPE(token) != IS_UNDEF) { in tokenize()

Completed in 258 milliseconds

123