Home
last modified time | relevance | path

Searched refs:prefixes (Results 1 – 22 of 22) sorted by relevance

/php-src/ext/standard/tests/array/
H A Dextract_variation8.phpt6 /* To show variables with numerical prefixes cannot be extracted */
10 echo "\n*** Testing for Numerical prefixes ***\n";
21 *** Testing for Numerical prefixes ***
/php-src/ext/opcache/jit/ir/
H A Dir_patch.c61 uint32_t prefixes = 0; in _asm_x86_inslen() local
67 return result + x + (prefixes & 4); in _asm_x86_inslen()
69 prefixes |= x; in _asm_x86_inslen()
80 result -= (prefixes & 2); in _asm_x86_inslen()
87 } else if ((prefixes & 2) && (x == 0x66)) { in _asm_x86_inslen()
112 result -= (prefixes & 2); in _asm_x86_inslen()
/php-src/ext/dom/tests/
H A DDOMNode_C14N_references.phpt29 $prefixes = ['test'];
35 foreach ($prefixes as $k => &$v);
38 echo $doc->C14N(true, false, $xpath, $prefixes);
H A Dgh12455.phpt2 GH-12455 (Namespace prefixes reused incorrectly depending on libxml2 version)
/php-src/ext/standard/tests/file/
H A Dtempnam_variation3-win32.phpt2 Test tempnam() function: usage variations - obscure prefixes
14 echo "*** Testing tempnam() with obscure prefixes ***\n";
23 /* An array of prefixes */
90 *** Testing tempnam() with obscure prefixes ***
H A Dtempnam_variation3.phpt2 Test tempnam() function: usage variations - obscure prefixes
14 echo "*** Testing tempnam() with obscure prefixes ***\n";
18 /* An array of prefixes */
78 *** Testing tempnam() with obscure prefixes ***
H A Dtempnam_variation9.phpt20 /* An array of prefixes */
H A Dbasename_variation1-win32.phpt12 $prefixes = array (
19 // other prefixes
45 foreach ($prefixes as $prefix) {
H A Dbasename_variation1.phpt12 $prefixes = array (
19 // other prefixes
45 foreach ($prefixes as $prefix) {
/php-src/ext/mbstring/tests/
H A Dencoding_tests.inc213 $prefixes = array(); /* All sequences which are not (but can start) a valid character */
217 $prefixes[substr($char, 0, $len)] = true;
220 $varLength = function($prefix) use($valid, $prefixes, &$invalid, &$truncated, &$varLength) {
224 if (isset($prefixes[$str])) {
234 …$fixedLength = function($prefix, $remaining) use($valid, $prefixes, &$invalid, &$truncated, &$fixe…
258 if (isset($prefixes[$str])) {
/php-src/Zend/tests/
H A Dbug42820.phpt2 Bug #42820 (defined() on constant with namespace prefixes tries to load class)
/php-src/ext/xsl/tests/
H A Dbug49634.phpt20 xsl:extension-element-prefixes="ext"
21 exclude-result-prefixes="ext">
H A Dxsltprocessor_exsl_registerPhpFunctionNs.phpt29 extension-element-prefixes="date">
H A Dbug54446.phpt18 extension-element-prefixes="sax">
H A Dbug54446_with_ini.phpt18 extension-element-prefixes="sax">
/php-src/ext/standard/tests/general_functions/
H A Dbug29038.phpt2 Bug #29038 (extract(), EXTR_PREFIX_SAME option prefixes empty strings)
/php-src/ext/dom/tests/modern/spec/
H A DNode_lookupNamespaceURI.phpt22 echo "--- Hardcoded prefixes ---\n";
66 --- Hardcoded prefixes ---
H A DDocument_createAttributeNS.phpt56 // Test multiple "null prefixes" after having a root
/php-src/sapi/fpm/tests/
H A Dlogtool.inc500 * @param string $pool Pool that is used and prefixes the message.
563 * @param string|null $pool Pool that is used and prefixes the message.
594 * @param string|null $pool Pool that is used and prefixes the message.
/php-src/build/
H A Dgen_stub.php93 $prefixes = [dirname($stubFile) . "/", dirname(__DIR__) . "/"];
94 foreach ($prefixes as $prefix) {
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます32529 # the following prefixes:
H A Dmagic32529 # the following prefixes:

Completed in 212 milliseconds