Home
last modified time | relevance | path

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

/PHP-7.0/ext/simplexml/
H A Dsimplexml.c1043 int is_empty; in sxe_prop_is_empty() local
1068 is_empty = 1; in sxe_prop_is_empty()
1090 is_empty = 0; in sxe_prop_is_empty()
1105 is_empty = 0; in sxe_prop_is_empty()
1123 return is_empty; in sxe_prop_is_empty()
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_net.c546 ret->is_empty = php_mysqlnd_read_buffer_is_empty; in mysqlnd_create_read_buffer()
678 if (TRUE == net->uncompressed_data->is_empty(net->uncompressed_data)) { in MYSQLND_METHOD()
H A Dmysqlnd_structs.h279 zend_bool (*is_empty)(struct st_mysqlnd_read_buffer *); member
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregparse.c4480 int is_empty; in parse_char_class() local
4482 is_empty = (IS_NULL(cc->mbuf) ? 1 : 0); in parse_char_class()
4483 if (is_empty != 0) in parse_char_class()
4484 BITSET_IS_EMPTY(cc->bs, is_empty); in parse_char_class()
4486 if (is_empty == 0) { in parse_char_class()
/PHP-7.0/Zend/
H A Dzend_vm_def.h5831 zend_bool is_empty; variable
5852 is_empty = iter->funcs->valid(iter) != SUCCESS;
5865 if (is_empty) {
5982 zend_bool is_empty; variable
6011 is_empty = iter->funcs->valid(iter) != SUCCESS;
6032 if (is_empty) {
H A Dzend_vm_execute.h3778 zend_bool is_empty; local
3811 if (is_empty) {
3926 zend_bool is_empty; local
3976 if (is_empty) {
12314 zend_bool is_empty; local
12348 if (is_empty) {
12513 if (is_empty) {
15822 if (is_empty) {
15989 if (is_empty) {
29670 if (is_empty) {
[all …]

Completed in 192 milliseconds