Searched defs:empty (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | engine.c | 45 states empty; /* empty set of states */ member in struct:match 118 SETUP(m->empty); 119 CLEAR(m->empty); 724 register states empty = m->empty; local 780 if (EQ(st, empty) || p == stop) 785 ASSIGN(st, empty); 868 case OPLUS_: /* forward, this is just an empty */ 885 case O_QUEST: /* just an empty */ [all...] |
| /PHP_TRUNK/ext/xmlwriter/ |
| H A D | php_xmlwriter.c | 469 ZEND_ARG_INFO(0, empty) 473 ZEND_ARG_INFO(0, empty) 614 /* absolute file uris - libxml only supports localhost or empty host */ 1889 zend_bool empty = 1; local 1897 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|b", &empty) == FAILURE) { 1904 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|b", &pind, &empty) == FAILURE) { 1920 if (empty) { 1941 /* {{{ proto mixed xmlwriter_flush(resource xmlwriter [,bool empty])
|
| /PHP_TRUNK/ext/pdo_oci/ |
| H A D | oci_statement.c | 330 ub4 empty = 0; local 332 STMT_CALL(OCIAttrSet, (P->thing, OCI_DTYPE_LOB, &empty, 0, OCI_ATTR_LOBEMPTY, S->err));
|
Completed in 7 milliseconds