Searched defs:is_empty (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/opcache/jit/ir/ |
H A D | ir_cfg.c | 1182 bool is_head, is_empty; in ir_dump_cfg_freq_graph() local
|
/php-src/Zend/ |
H A D | zend_vm_def.h | 6869 bool is_empty = zend_fe_reset_iterator(array_ptr, 0 OPLINE_CC EXECUTE_DATA_CC); variable 6969 bool is_empty = zend_fe_reset_iterator(array_ptr, 1 OPLINE_CC EXECUTE_DATA_CC); variable
|
H A D | zend_vm_execute.h | 5461 bool is_empty = zend_fe_reset_iterator(array_ptr, 0 OPLINE_CC EXECUTE_DATA_CC); in ZEND_FE_RESET_R_SPEC_CONST_HANDLER() local 5559 bool is_empty = zend_fe_reset_iterator(array_ptr, 1 OPLINE_CC EXECUTE_DATA_CC); in ZEND_FE_RESET_RW_SPEC_CONST_HANDLER() local 20184 bool is_empty = zend_fe_reset_iterator(array_ptr, 0 OPLINE_CC EXECUTE_DATA_CC); in ZEND_FE_RESET_R_SPEC_TMP_HANDLER() local 20283 bool is_empty = zend_fe_reset_iterator(array_ptr, 1 OPLINE_CC EXECUTE_DATA_CC); in ZEND_FE_RESET_RW_SPEC_TMP_HANDLER() local 22853 bool is_empty = zend_fe_reset_iterator(array_ptr, 0 OPLINE_CC EXECUTE_DATA_CC); in ZEND_FE_RESET_R_SPEC_VAR_HANDLER() local 22953 bool is_empty = zend_fe_reset_iterator(array_ptr, 1 OPLINE_CC EXECUTE_DATA_CC); in ZEND_FE_RESET_RW_SPEC_VAR_HANDLER() local 41168 bool is_empty = zend_fe_reset_iterator(array_ptr, 0 OPLINE_CC EXECUTE_DATA_CC); in ZEND_FE_RESET_R_SPEC_CV_HANDLER() local 41266 bool is_empty = zend_fe_reset_iterator(array_ptr, 1 OPLINE_CC EXECUTE_DATA_CC); in ZEND_FE_RESET_RW_SPEC_CV_HANDLER() local
|
H A D | zend_execute.c | 5198 bool is_empty; in zend_fe_reset_iterator() local
|
/php-src/ext/simplexml/ |
H A D | simplexml.c | 980 int is_empty; in sxe_prop_is_empty() local
|
/php-src/ext/dom/ |
H A D | php_dom.c | 1974 bool is_empty = is_empty_node(node); in php_dom_normalize_modern() local
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_structs.h | 1078 bool (*is_empty)(const struct st_mysqlnd_read_buffer *); member
|
Completed in 286 milliseconds