/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | st.c | 439 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 D | bug38287.phpt | 12 // 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 D | bug41026.phpt | 15 printf ("CHECKPOINT\n"); /* never reached */
|
/PHP-5.4/ext/spl/tests/ |
H A D | arrayObject_magicMethods6.phpt | 15 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 D | bug61453.phpt | 11 die("this should never happen, but did after $i iteration");
|
/PHP-5.4/ext/ldap/tests/ |
H A D | README | 10 …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 D | config.w32 | 4 EXTENSION("reflection", "php_reflection.c", false /* never shared */);
|
/PHP-5.4/ext/session/ |
H A D | config.w32 | 7 …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 D | bug39457.phpt | 2 Bug #39457 (Multiple invoked OO connections never close)
|
/PHP-5.4/ext/spl/ |
H A D | config.w32 | 4 …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 D | bug52209.phpt | 6 would never show up in the "set" list. Which means, it's
|
/PHP-5.4/ext/standard/tests/network/ |
H A D | bug20134.phpt | 8 /* UDP will never cause a connection error, as it is
|
/PHP-5.4/ext/pcre/ |
H A D | config.w32 | 4 EXTENSION("pcre", "php_pcre.c", false /* never shared */,
|
/PHP-5.4/ext/zip/tests/ |
H A D | bug49072.phpt | 2 Bug #49072 (feof never returns true for damaged file in zip)
|
/PHP-5.4/ext/libxml/ |
H A D | config.w32 | 12 EXTENSION("libxml", "libxml.c", false /* never shared */);
|
/PHP-5.4/ext/date/tests/ |
H A D | bug43808.phpt | 2 Bug #43808 (date_create never fails (even when it should))
|
/PHP-5.4/ext/soap/tests/bugs/ |
H A D | bug42151.phpt | 12 echo 'I never get executed.' . "\n";
|
/PHP-5.4/sapi/cli/tests/ |
H A D | bug61679.phpt | 11 echo "This should never echo";
|
/PHP-5.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_fetchobject.phpt | 71 // we should never get here, we use warnings, but never trust a system...
|
/PHP-5.4/tests/output/ |
H A D | ob_clean_basic_001.phpt | 18 echo "You should never see this.";
|
H A D | ob_implicit_flush_basic_002.phpt | 19 echo "Note that even though implicit flushing is on, you should never see this,\n";
|
/PHP-5.4/ext/ftp/tests/ |
H A D | ftp_fget_basic.phpt | 39 For sale: baby shoes, never worn.
|
H A D | ftp_get_basic.phpt | 36 For sale: baby shoes, never worn.
|
/PHP-5.4/ext/phar/tests/ |
H A D | test_unset.phpt | 15 $phar = new Phar($fname); // no entries, never flushed
|
/PHP-5.4/tests/lang/operators/ |
H A D | operator_gt_basic.phpt | 26 // false cannot be tested as 0 can never be > 0 or 1
|