Home
last modified time | relevance | path

Searched refs:never (Results 1 – 25 of 55) sorted by relevance

123

/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.c423 st_delete_safe(table, key, value, never) in st_delete_safe() argument
427 st_data_t never;
441 if ((ptr->key != never) && EQUAL(table, ptr->key, *key)) {
445 ptr->key = ptr->record = never;
456 st_data_t never) in delete_never() argument
458 delete_never(key, value, never) in delete_never()
459 st_data_t key, value, never; in delete_never()
462 if (value == never) return ST_DELETE;
467 st_cleanup_safe(table, never) in st_cleanup_safe() argument
469 st_data_t never;
[all …]
/PHP-5.5/Zend/tests/
H A Dbug38287.phpt12 // error occurs here: execution should never get inside the if condition because $not_there is NULL
14 // will print NULL (which is ok, but execution should never get here if the value is NULL)
H A Dbug41026.phpt15 printf ("CHECKPOINT\n"); /* never reached */
/PHP-5.5/ext/spl/tests/
H A DarrayObject_magicMethods6.phpt15 public $b = "This should never appear in storage";
91 string(35) "This should never appear in storage"
129 string(35) "This should never appear in storage"
165 string(35) "This should never appear in storage"
196 string(35) "This should never appear in storage"
H A Dbug61453.phpt11 die("this should never happen, but did after $i iteration");
/PHP-5.5/ext/ldap/tests/
H A DREADME10 …It is used for testing ldap_start_tls(), which also requires "TLS_REQCERT never" in client configu…
18 TLSVerifyClient never
36 TLS_REQCERT never
/PHP-5.5/ext/reflection/
H A Dconfig.w324 EXTENSION("reflection", "php_reflection.c", false /* never shared */);
/PHP-5.5/Zend/tests/generators/
H A Dgenerator_returns_generator.phpt7 // execution is suspended here, so the following never gets run:
/PHP-5.5/ext/session/
H A Dconfig.w327 …EXTENSION("session", "mod_user_class.c session.c mod_files.c mod_mm.c mod_user.c", false /* never
/PHP-5.5/ext/mysqli/tests/
H A Dbug39457.phpt2 Bug #39457 (Multiple invoked OO connections never close)
/PHP-5.5/ext/spl/
H A Dconfig.w324 …pl_exceptions.c spl_observer.c spl_dllist.c spl_heap.c spl_fixedarray.c", false /*never shared */);
/PHP-5.5/ext/standard/tests/network/
H A Dbug20134.phpt8 /* UDP will never cause a connection error, as it is
/PHP-5.5/ext/filter/tests/
H A Dbug52209.phpt6 would never show up in the "set" list. Which means, it's
/PHP-5.5/ext/pcre/
H A Dconfig.w324 EXTENSION("pcre", "php_pcre.c", false /* never shared */,
/PHP-5.5/ext/date/tests/
H A Dbug43808.phpt2 Bug #43808 (date_create never fails (even when it should))
/PHP-5.5/ext/libxml/
H A Dconfig.w3212 EXTENSION("libxml", "libxml.c", false /* never shared */);
/PHP-5.5/ext/zip/tests/
H A Dbug49072.phpt2 Bug #49072 (feof never returns true for damaged file in zip)
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug42151.phpt12 echo 'I never get executed.' . "\n";
/PHP-5.5/sapi/cli/tests/
H A Dbug61679.phpt11 echo "This should never echo";
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt71 // we should never get here, we use warnings, but never trust a system...
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt2 Check if multiple filters are closed correctly and never called again after close
/PHP-5.5/tests/output/
H A Dob_clean_basic_001.phpt18 echo "You should never see this.";
H A Dob_implicit_flush_basic_002.phpt19 echo "Note that even though implicit flushing is on, you should never see this,\n";
/PHP-5.5/ext/phar/tests/
H A Dtest_unset.phpt15 $phar = new Phar($fname); // no entries, never flushed
/PHP-5.5/ext/ftp/tests/
H A Dftp_fget_basic.phpt39 For sale: baby shoes, never worn.

Completed in 66 milliseconds

123