| /PHP_5_5/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_5_5/ext/pdo/tests/ |
| H A D | pdo.inc | 5 if (empty($GLOBALS['SQL'][$name]))
|
| /PHP_5_5/ext/phar/phar/ |
| H A D | pharcommand.inc | 647 if ((empty($stub) || $file->getRealPath() != $stub->getRealPath()) && !is_dir($file)) { 1215 "the metadata is not present or empty a new array will be created. If the " .
|
| /PHP_5_5/ext/phar/tests/cache_list/files/ |
| H A D | phar_test.inc | 36 if (empty($comp)) $comp = $cont; 37 if (empty($ulen)) $ulen = strlen($cont); 38 if (empty($clen)) $clen = strlen($comp); 39 if (empty($crc32))$crc32= crc32((binary)$cont);
|
| /PHP_5_5/ext/phar/tests/files/ |
| H A D | phar_test.inc | 36 if (empty($comp)) $comp = $cont; 37 if (empty($ulen)) $ulen = strlen($cont); 38 if (empty($clen)) $clen = strlen($comp); 39 if (empty($crc32))$crc32= crc32((binary)$cont);
|
| /PHP_5_5/ext/spl/examples/ |
| H A D | recursivedualiterator.inc | 45 if (empty($this->ref))
|
| /PHP_5_5/ext/spl/internal/ |
| H A D | appenditerator.inc | 23 /** Construct an empty AppendIterator
|
| H A D | emptyiterator.inc | 13 * @brief An empty Iterator
|
| H A D | infiniteiterator.inc | 21 * \note Even an InfiniteIterator stops if its inner Iterator is empty.
|
| H A D | multipleiterator.inc | 39 /** Construct a new empty MultipleIterator
|
| H A D | recursivearrayiterator.inc | 49 if (empty($this->ref))
|
| H A D | recursivefilteriterator.inc | 52 if (empty($this->ref))
|
| H A D | recursiveregexiterator.inc | 51 if (empty($this->ref))
|
| H A D | spldoublylinkedlist.inc | 49 * @throw RuntimeException If the datastructure is empty. 54 throw new RuntimeException("Can't pop from an empty datastructure"); 60 * @throw RuntimeException If the datastructure is empty. 65 throw new RuntimeException("Can't shift from an empty datastructure"); 109 /** @return whether the DLL is empty.
|
| /PHP_5_5/ext/standard/tests/file/ |
| H A D | file.inc | 89 "empty" = no fill operation performed, returns true 97 if ( $fill_type == "empty" ) { 215 "empty" = empty file 218 If imporper $content type is specified, file is created as empty 279 if ( $content_type == "empty" ) { 337 If imporper $content type is specified, file is created as empty 396 if ( $link_file_content == "empty" ) {
|
| /PHP_5_5/tests/ |
| H A D | quicktester.inc | 23 // ignore empty lines
|
| /PHP_5_5/ext/ftp/tests/ |
| H A D | server.inc | 106 if (!empty($ssl)) { 112 if (empty($bug37799)) { 181 if (!empty($bogus)) { 226 if(empty($pasv)) 240 } elseif ((!empty($ascii) || isset($bug39583)) && $data === strtr($orig, array("\r\n" => "\n", "\r" => "\n", "\n" => "\r\n"))) { 286 if (empty($m[1]) || $m[1] !== 'emptydir') { 322 if(!empty($pasv)){
|
| /PHP_5_5/ext/intl/msgformat/ |
| H A D | msgformat_helpers.cpp | 615 mf->format(farg_names.empty() ? NULL : &farg_names[0], 616 fargs.empty() ? NULL : &fargs[0], arg_count, resultStr, err.code);
|
| /PHP_5_5/ext/mbstring/oniguruma/ |
| H A D | regparse.c | 143 #define BITSET_IS_EMPTY(bs,empty) do {\ 145 empty = 1;\ 148 empty = 0; break;\
|
| /PHP_5_5/ext/mysqli/tests/ |
| H A D | connect.inc | 4 database "stest" and empty password. 63 if (!empty($_ENV['TMP'])) 65 if (!empty($_ENV['TMPDIR'])) 67 if (!empty($_ENV['TEMP'])) 135 !empty($row)) { 167 if (empty($errcodes)) {
|
| /PHP_5_5/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_5_5/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));
|
| /PHP_5_5/ext/pcre/pcrelib/ |
| H A D | pcre_compile.c | 430 "operand of unlimited repeat could match the empty string\0" /** DEAD **/ 2344 can match the empty string or not. It is called from could_be_empty() 2348 hit an unclosed bracket, we return "empty" - this means we've struck an inner 2357 Returns: TRUE if what is matched could be empty 2419 if (!empty_branch) return FALSE; /* All branches are non-empty */ 2423 /* Groups with zero repeats can of course be empty; skip them. */ 2434 /* A nested group that is already marked as "could be empty" can just be 2456 empty branch, so just skip over the conditional, because it could be empty. 2471 if (!empty_branch) return FALSE; /* All branches are non-empty */ [all...] |