Home
last modified time | relevance | path

Searched refs:no (Results 501 – 525 of 1386) sorted by relevance

1...<<21222324252627282930>>...56

/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dparent_in_class.phpt2 Use of parent inside a class that has / has no parent
43 Deprecated: Cannot use "parent" when current class scope has no parent in %s on line %d
/PHP-7.4/ext/imap/tests/
H A Dimap_fetchstructure_basic.phpt11 echo "Checking with no parameters\n";
47 Checking with no parameters
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_014.phpt36 POST /main/no-exists.php HTTP/1.1
72 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/no-exists.php</cod…
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_decrypt_ocb.phpt23 // no IV
31 // failed because no AAD
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c716 int no; /* bakreference group number */ in mb_regex_substitute() local
737 no = -1; in mb_regex_substitute()
740 no = 0; in mb_regex_substitute()
756 no = p[0] - '0'; in mb_regex_substitute()
797 no = name[0] - '0'; in mb_regex_substitute()
804 no = (int) strtoul(name, NULL, 10); in mb_regex_substitute()
807 no = onig_name_to_backref_number(regexp, (OnigUChar *)name, (OnigUChar *)name_end, regs); in mb_regex_substitute()
816 if (no < 0 || no >= regs->num_regs) { in mb_regex_substitute()
821 if (regs->beg[no] >= 0 && regs->beg[no] < regs->end[no] && (size_t)regs->end[no] <= subject_len) { in mb_regex_substitute()
822 smart_str_appendl(pbuf, subject + regs->beg[no], regs->end[no] - regs->beg[no]); in mb_regex_substitute()
/PHP-7.4/ext/standard/tests/array/
H A Dbug77395.phpt9 array_multisort($a, SORT_ASC, $b); // if comment this line, no segfault happen
H A Dbug70713.phpt26 Warning: array_walk_recursive(): Iterated value is no longer an array or object in %s on line %d
/PHP-7.4/ext/reflection/tests/
H A DReflectionExtension_getDependencies_basic.phpt7 if (!extension_loaded("dom")) die("skip no dom extension");
/PHP-7.4/ext/oci8/tests/
H A Dselect_null.phpt4 <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?>
H A Darray_bind_009.phpt4 <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?>
H A Dtestping.phpt4 <?php if (!extension_loaded('oci8')) die ("skip no oci8 extension"); ?>
H A Derror1.phpt4 <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?>
H A Dexecute_mode.phpt4 <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?>
H A Dold_oci_close.phpt4 <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?>
/PHP-7.4/ext/phar/tests/zip/
H A Dfrontcontroller4.phar.phpt2 Phar front controller index.php relocate (no /) zip-based
H A Dfrontcontroller8.phar.phpt2 Phar front controller no index file 404 zip-based
/PHP-7.4/ext/pcre/tests/
H A Dbacktrack_limit.phpt6 die("skip no support for \p support PCRE library");
/PHP-7.4/Zend/tests/
H A Dbug39775.phpt17 Notice: Indirect modification of overloaded property test::$anything has no effect in %sbug39775.ph…
H A Dbug55135.phpt2 Bug #55135 (Array keys are no longer type casted in unset())
H A Dbug69388.phpt18 The use statement with non-compound name 'Exception' has no effect
/PHP-7.4/ext/curl/tests/
H A Dcurl_strerror_001.phpt22 string(8) "no error"
H A Dcurl_share_close_basic001.phpt13 //Show that resource is no longer a curl_share, and is therefore unusable and "closed"
/PHP-7.4/ext/json/
H A DMakefile.frag.w322 …$(RE2C) $(RE2C_FLAGS) -t ext/json/php_json_scanner_defs.h --no-generation-date -bci -o ext/json/js…
/PHP-7.4/ext/phar/tests/tar/
H A Dfrontcontroller8.phar.phpt2 Phar front controller no index file 404 tar-based
/PHP-7.4/ext/readline/
H A Dconfig.w325 if (PHP_READLINE != "no") {

Completed in 28 milliseconds

1...<<21222324252627282930>>...56