Home
last modified time | relevance | path

Searched refs:is_empty (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_read_buffer.c78 ret->is_empty = mysqlnd_read_buffer_is_empty; in mysqlnd_create_read_buffer()
H A Dmysqlnd_protocol_frame_codec.c335 if (TRUE == pfc->data->uncompressed_data->is_empty(pfc->data->uncompressed_data)) { in MYSQLND_METHOD()
H A Dmysqlnd_structs.h1110 zend_bool (*is_empty)(const struct st_mysqlnd_read_buffer *); member
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1036 int is_empty; in sxe_prop_is_empty() local
1062 is_empty = 1; in sxe_prop_is_empty()
1085 is_empty = 0; in sxe_prop_is_empty()
1100 is_empty = 0; in sxe_prop_is_empty()
1118 return is_empty; in sxe_prop_is_empty()
/PHP-7.4/Zend/
H A Dzend_execute.c4374 zend_bool is_empty; in zend_fe_reset_iterator() local
4397 is_empty = iter->funcs->valid(iter) != SUCCESS; in zend_fe_reset_iterator()
4409 return is_empty; in zend_fe_reset_iterator()
H A Dzend_vm_def.h6337 zend_bool is_empty = zend_fe_reset_iterator(array_ptr, 0 OPLINE_CC EXECUTE_DATA_CC); variable
6342 } else if (is_empty) {
6431 zend_bool is_empty = zend_fe_reset_iterator(array_ptr, 1 OPLINE_CC EXECUTE_DATA_CC); variable
6440 } else if (is_empty) {
H A Dzend_vm_execute.h4169 zend_bool is_empty = zend_fe_reset_iterator(array_ptr, 0 OPLINE_CC EXECUTE_DATA_CC); in ZEND_FE_RESET_R_SPEC_CONST_HANDLER() local
4173 } else if (is_empty) { in ZEND_FE_RESET_R_SPEC_CONST_HANDLER()
4262 zend_bool is_empty = zend_fe_reset_iterator(array_ptr, 1 OPLINE_CC EXECUTE_DATA_CC); in ZEND_FE_RESET_RW_SPEC_CONST_HANDLER() local
4271 } else if (is_empty) { in ZEND_FE_RESET_RW_SPEC_CONST_HANDLER()
18279 zend_bool is_empty = zend_fe_reset_iterator(array_ptr, 0 OPLINE_CC EXECUTE_DATA_CC); in ZEND_FE_RESET_R_SPEC_TMP_HANDLER() local
18284 } else if (is_empty) { in ZEND_FE_RESET_R_SPEC_TMP_HANDLER()
18382 } else if (is_empty) { in ZEND_FE_RESET_RW_SPEC_TMP_HANDLER()
21393 } else if (is_empty) { in ZEND_FE_RESET_R_SPEC_VAR_HANDLER()
21491 } else if (is_empty) { in ZEND_FE_RESET_RW_SPEC_VAR_HANDLER()
37653 } else if (is_empty) { in ZEND_FE_RESET_R_SPEC_CV_HANDLER()
[all …]

Completed in 192 milliseconds