empty 1998 Zend/zend_alloc.c int empty = 1; empty 2011 Zend/zend_alloc.c empty = 0; empty 2017 Zend/zend_alloc.c if (empty) { empty 143 ext/mbstring/oniguruma/regparse.c #define BITSET_IS_EMPTY(bs,empty) do {\ empty 145 ext/mbstring/oniguruma/regparse.c empty = 1;\ empty 148 ext/mbstring/oniguruma/regparse.c empty = 0; break;\ empty 368 ext/pdo_oci/oci_statement.c ub4 empty = 0; empty 370 ext/pdo_oci/oci_statement.c STMT_CALL(OCIAttrSet, (P->thing, OCI_DTYPE_LOB, &empty, 0, OCI_ATTR_LOBEMPTY, S->err)); empty 455 ext/xmlwriter/php_xmlwriter.c ZEND_ARG_INFO(0, empty) empty 459 ext/xmlwriter/php_xmlwriter.c ZEND_ARG_INFO(0, empty) empty 1779 ext/xmlwriter/php_xmlwriter.c zend_bool empty = 1; empty 1784 ext/xmlwriter/php_xmlwriter.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &empty) == FAILURE) { empty 1789 ext/xmlwriter/php_xmlwriter.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|b", &pind, &empty) == FAILURE) { empty 1807 ext/xmlwriter/php_xmlwriter.c if (empty) { empty 122 ext/zip/lib/zip_extra_field.c static const zip_uint8_t empty[1] = { '\0' }; empty 139 ext/zip/lib/zip_extra_field.c return empty; empty 107 ext/zip/lib/zip_extra_field_api.c static const zip_uint8_t empty[1] = { '\0' }; empty 140 ext/zip/lib/zip_extra_field_api.c return empty; empty 164 ext/zip/lib/zip_source_buffer.c buffer_t *empty = buffer_new_read(NULL, 0, 0); empty 165 ext/zip/lib/zip_source_buffer.c if (empty == 0) { empty 171 ext/zip/lib/zip_source_buffer.c ctx->in = empty; empty 85 ext/zip/lib/zip_string.c static const zip_uint8_t empty[1] = ""; empty 90 ext/zip/lib/zip_string.c return empty;