Home
last modified time | relevance | path

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

123

/PHP-5.4/ext/mbstring/oniguruma/
H A Dst.c439 st_delete_safe(table, key, value, never) in st_delete_safe() argument
443 st_data_t never;
457 if ((ptr->key != never) && EQUAL(table, ptr->key, *key)) {
461 ptr->key = ptr->record = never;
470 delete_never(key, value, never) in delete_never() argument
471 st_data_t key, value, never; in delete_never()
473 if (value == never) return ST_DELETE;
478 st_cleanup_safe(table, never) in st_cleanup_safe() argument
480 st_data_t never;
484 st_foreach(table, delete_never, never);
/PHP-5.4/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.4/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.4/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.4/ext/reflection/
H A Dconfig.w324 EXTENSION("reflection", "php_reflection.c", false /* never shared */);
/PHP-5.4/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.4/ext/mysqli/tests/
H A Dbug39457.phpt2 Bug #39457 (Multiple invoked OO connections never close)
/PHP-5.4/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.4/ext/filter/tests/
H A Dbug52209.phpt6 would never show up in the "set" list. Which means, it's
/PHP-5.4/ext/standard/tests/network/
H A Dbug20134.phpt8 /* UDP will never cause a connection error, as it is
/PHP-5.4/ext/pcre/
H A Dconfig.w324 EXTENSION("pcre", "php_pcre.c", false /* never shared */,
/PHP-5.4/ext/zip/tests/
H A Dbug49072.phpt2 Bug #49072 (feof never returns true for damaged file in zip)
/PHP-5.4/ext/libxml/
H A Dconfig.w3212 EXTENSION("libxml", "libxml.c", false /* never shared */);
/PHP-5.4/ext/date/tests/
H A Dbug43808.phpt2 Bug #43808 (date_create never fails (even when it should))
/PHP-5.4/ext/soap/tests/bugs/
H A Dbug42151.phpt12 echo 'I never get executed.' . "\n";
/PHP-5.4/sapi/cli/tests/
H A Dbug61679.phpt11 echo "This should never echo";
/PHP-5.4/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.4/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.4/ext/ftp/tests/
H A Dftp_fget_basic.phpt39 For sale: baby shoes, never worn.
H A Dftp_get_basic.phpt36 For sale: baby shoes, never worn.
/PHP-5.4/ext/phar/tests/
H A Dtest_unset.phpt15 $phar = new Phar($fname); // no entries, never flushed
/PHP-5.4/tests/lang/operators/
H A Doperator_gt_basic.phpt26 // false cannot be tested as 0 can never be > 0 or 1

Completed in 33 milliseconds

123