Home
last modified time | relevance | path

Searched refs:extract (Results 51 – 75 of 94) sorted by relevance

1234

/PHP-8.3/ext/standard/tests/strings/
H A Dsscanf_basic7.phpt12 // extract details using short format
17 // extract details using long format
H A Dsscanf_basic4.phpt12 // extract details using short format
17 // extract details using long format
H A Dsscanf_basic6.phpt18 // extract details using short format
23 // extract details using long format
H A Dsscanf_basic5.phpt13 // extract details using short format
20 // extract details using long format
H A Dsscanf_basic8.phpt13 // extract details using short format
20 // extract details using long format
/PHP-8.3/ext/fileinfo/tests/
H A Dbug68731.phpt2 Bug #68731 finfo_buffer doesn't extract the correct mime with some gifs
/PHP-8.3/Zend/tests/
H A Dbug47165.phpt14 extract(Foo::bar());
/PHP-8.3/ext/standard/tests/array/
H A Dbug30074.phpt5 $result = extract(array('a'=>$undefined), EXTR_REFS);
H A Dbug31213.phpt17 extract($arr, EXTR_REFS);
H A Dbug25708.phpt2 Bug #25708 (extract($GLOBALS, EXTR_REFS) mangles $GLOBALS)
30 extract($GLOBALS, EXTR_REFS);
/PHP-8.3/ext/spl/
H A Dspl_heap_arginfo.h92 ZEND_METHOD(SplPriorityQueue, extract);
104 ZEND_METHOD(SplHeap, extract);
118 ZEND_ME(SplPriorityQueue, extract, arginfo_class_SplPriorityQueue_extract, ZEND_ACC_PUBLIC)
135 ZEND_ME(SplHeap, extract, arginfo_class_SplHeap_extract, ZEND_ACC_PUBLIC)
/PHP-8.3/ext/opcache/tests/jit/
H A Dsend_var_ex_001.phpt19 extract($this->evalParameters, EXTR_SKIP);
/PHP-8.3/ext/opcache/tests/
H A Dfunc_info.phpt16 if (in_array($function, ["extract", "compact", "get_defined_vars"])) {
/PHP-8.3/ext/reflection/tests/
H A DReflectionFunction_getFileName.002.phpt32 dumpFuncInfo('extract');
H A DReflectionFunction_getDocComment.001.phpt34 dumpFuncInfo('extract');
/PHP-8.3/ext/spl/tests/
H A Dspl_heap_is_empty_basic.phpt22 $heap->extract();
H A Dspl_pq_top_error_corrupt.phpt2 SPL: SplPriorityQueue: top and extract flags
H A Dspl_pq_top_basic.phpt2 SPL: SplPriorityQueue: top and extract flags
H A Dheap_corruption.phpt48 $heap->extract();
/PHP-8.3/ext/phar/tests/
H A Dbug72321.phpt24 Extraction from phar "%s72321_2.zip" failed: Cannot extract "AAAAAAAAxxxxBBBBCCCCCCCCxxxxxxxxxxxxxx…
H A Dphar_createdefaultstub.phpt194 die('Could not locate temporary directory to extract phar');
488 die('Could not locate temporary directory to extract phar');
790 die('Could not locate temporary directory to extract phar');
/PHP-8.3/ext/standard/libavifinfo/
H A DREADME.md6 partially parse an AVIF payload and to extract the width, height, bit depth and
/PHP-8.3/ext/zip/tests/
H A Dbug77978.phpt18 // Windows won't extract filenames with colons; we suppress the warning
/PHP-8.3/ext/oci8/tests/
H A Dbug43497.phpt51 $stmt = oci_parse($c, "select extract(xml, '/').getclobval() from bug43497_tab");
66 $stmt = oci_parse($c, "select extract(xml, '/').getclobval() from bug43497_tab");
80 $stmt = oci_parse($c, "select extract(xml, '/').getclobval() from bug43497_tab");
/PHP-8.3/ext/mbstring/tests/
H A Dmb_substr.phpt123 * by mb_strpos would not extract the desired part of the string when passed to mb_substr.
137 * the number of characters to extract is more than 128, miscalculated where to end the substring

Completed in 36 milliseconds

1234