Home
last modified time | relevance | path

Searched refs:extract (Results 26 – 50 of 92) sorted by relevance

1234

/php-src/ext/phar/tests/
H A Dphar_extract3.phpt12 $extract = __DIR__ . '/test-extract3';
17 $phar->extractTo($extract);
28 $phar->extractTo($extract);
/php-src/ext/standard/tests/array/
H A Dbug77793.phpt2 Bug #77793: Segmentation fault in extract() when overwriting reference with itself
9 extract($vars);
H A Dbug29493.phpt2 Bug #29493 (extract(EXTR_REFS) fails if array has multiple referrals)
19 extract($a, EXTR_REFS);
41 extract($a, EXTR_REFS);
64 extract($a, EXTR_REFS);
H A Dextract_variation1.phpt2 Test extract() function (variation 1)
13 var_dump(extract($GLOBALS, EXTR_REFS));
H A Dbug42233.phpt2 Bug #42233 (extract(): scandic characters not allowed as variable name)
13 var_dump(extract($test));
H A Dextract_variation9.phpt2 Test extract() function (variation 9)
13 var_dump ( extract(get_object_vars($A),EXTR_REFS));
H A Dbug44181.phpt2 Bug #44181 (extract EXTR_OVERWRITE|EXTR_REFS can fail to create references)
10 extract($a, EXTR_OVERWRITE|EXTR_REFS);
H A Dextract_safety.phpt2 Test extract() for overwrite of GLOBALS
10 var_dump(extract(array("GLOBALS" => $splat, EXTR_OVERWRITE)));
H A Dbug44182.phpt2 Bug #44182 (extract EXTR_REFS can fail to split copy-on-write references)
10 extract($a, EXTR_REFS);
H A Dextract_variation10.phpt2 Test extract() function - ensure EXTR_REFS doesn't mess with isRef flag on COW references to array …
8 extract($a, EXTR_REFS);
H A Dextract_variation11.phpt2 Test extract() function - ensure EXTR_REFS works when array is referenced and keys clash with varia…
8 extract($a, EXTR_OVERWRITE|EXTR_REFS);
H A Dextract_typed_ref.phpt2 extract() into typed references must respect their type
15 extract(['i' => 'foo', 's' => 42]);
/php-src/Zend/tests/
H A Ddynamic_call_008.phpt8 ((string) 'extract')(['a' => 42]);
17 Cannot call extract() dynamically
H A Ddynamic_call_007.phpt9 array_map('extract', [['i' => new stdClass]]);
20 Cannot call extract() dynamically
H A Dthis_in_extract.phpt2 $this re-assign in extract()
7 extract(["this"=>42, "a"=>24]);
H A Ddynamic_call_006.phpt8 $func = 'extract';
53 Cannot call extract() dynamically
/php-src/ext/intl/tests/
H A Dgrapheme.phpt1119 extract from "abc" "3" graphemes - grapheme_extract = abc == abc
1120 extract from "abc" "2" graphemes - grapheme_extract = ab == ab
1121 extract from "abc" "1" graphemes - grapheme_extract = a == a
1122 extract from "abc" "0" graphemes - grapheme_extract = ==
1137 extract from "a%CC%8Abc" "3" graphemes - grapheme_extract = a%CC%8Abc == a%CC%8Abc
1138 extract from "a%CC%8Abc" "2" graphemes - grapheme_extract = a%CC%8Ab == a%CC%8Ab
1139 extract from "a%CC%8Abc" "1" graphemes - grapheme_extract = a%CC%8A == a%CC%8A
1169 extract from "abc" "1" graphemes - grapheme_extract GRAPHEME_EXTR_MAXBYTES = a == a
1170 extract from "abc" "0" graphemes - grapheme_extract GRAPHEME_EXTR_MAXBYTES = ==
1200 extract from "abc" "1" graphemes - grapheme_extract GRAPHEME_EXTR_MAXCHARS = a == a
[all …]
H A Dgrapheme2.phpt1107 extract from "abc" "3" graphemes - grapheme_extract = abc == abc
1108 extract from "abc" "2" graphemes - grapheme_extract = ab == ab
1109 extract from "abc" "1" graphemes - grapheme_extract = a == a
1110 extract from "abc" "0" graphemes - grapheme_extract = ==
1125 extract from "a%CC%8Abc" "3" graphemes - grapheme_extract = a%CC%8Abc == a%CC%8Abc
1126 extract from "a%CC%8Abc" "2" graphemes - grapheme_extract = a%CC%8Ab == a%CC%8Ab
1127 extract from "a%CC%8Abc" "1" graphemes - grapheme_extract = a%CC%8A == a%CC%8A
1157 extract from "abc" "1" graphemes - grapheme_extract GRAPHEME_EXTR_MAXBYTES = a == a
1158 extract from "abc" "0" graphemes - grapheme_extract GRAPHEME_EXTR_MAXBYTES = ==
1188 extract from "abc" "1" graphemes - grapheme_extract GRAPHEME_EXTR_MAXCHARS = a == a
[all …]
/php-src/ext/spl/tests/
H A DSplPriorityQueue_setExtractFlags_zero.phpt2 Setting SplPriorityQueue extract flags to zero generates an exception
11 Fatal error: Uncaught RuntimeException: Must specify at least one extract flag in %s:%d
H A Dpqueue_001.phpt2 SPL: SplPriorityQueue: std operations and extract flags
9 $pq->extract();
63 Exception: Can't extract from an empty heap
/php-src/ext/reflection/tests/
H A DReflectionFunction_001.phpt37 dumpFuncInfo('extract');
61 string(7) "extract"
/php-src/ext/spl/
H A Dspl_heap.stub.php27 public function extract(): mixed {} function in SplPriorityQueue
90 public function extract(): mixed {} function in SplHeap
/php-src/ext/standard/tests/strings/
H A Dsscanf_basic1.phpt15 // extract details using short format
20 // extract details using long format
H A Dsscanf_basic2.phpt15 // extract details using short format
20 // extract details using long format
H A Dsscanf_basic3.phpt12 // extract details using short format
17 // extract details using long format

Completed in 29 milliseconds

1234