Home
last modified time | relevance | path

Searched refs:edge (Results 1 – 25 of 44) sorted by relevance

12

/PHP-8.0/ext/opcache/Optimizer/
H A Dscdf.h83 uint32_t edge = to_block->predecessor_offset + i; in scdf_edge() local
85 if (cfg->predecessors[edge] == from) { in scdf_edge()
86 return edge; in scdf_edge()
93 uint32_t edge = scdf_edge(&scdf->ssa->cfg, from, to); in scdf_is_edge_feasible() local
94 return zend_bitset_in(scdf->feasible_edges, edge); in scdf_is_edge_feasible()
H A Dscdf.c56 uint32_t edge = scdf_edge(&scdf->ssa->cfg, from, to); in scdf_mark_edge_feasible() local
58 if (zend_bitset_in(scdf->feasible_edges, edge)) { in scdf_mark_edge_feasible()
64 zend_bitset_incl(scdf->feasible_edges, edge); in scdf_mark_edge_feasible()
/PHP-8.0/ext/hash/tests/
H A Dhash_hkdf_edges.phpt2 Hash: hash_hkdf() function: edge cases
6 echo "*** Testing hash_hkdf(): edge cases ***\n";
24 *** Testing hash_hkdf(): edge cases ***
/PHP-8.0/ext/standard/tests/serialize/
H A Dunserialize_neg_iv_edge_cases.phpt2 Negative parse_iv2 edge cases
/PHP-8.0/ext/intl/tests/
H A Dbug62759.phpt2 Bug #62759: Buggy grapheme_substr() on edge case
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_incomplete_initialization.phpt2 Incomplete initialization edge case where mysql->mysql is NULL
/PHP-8.0/Zend/tests/numeric_strings/
H A Dneg_num_string.phpt2 Test edge-cases for negative num strings in interpolated string offsets
/PHP-8.0/Zend/tests/
H A Dbug69989_3.phpt2 Generator cycle collection edge cases
H A Dex_func_null_during_property_write.phpt2 EX(func) can be null during write_property in an edge case
/PHP-8.0/ext/phar/tests/zip/
H A Dlargezip.phpt2 Phar: large zip file (zip edge cases)
H A Dalias_acrobatics.phpt2 Phar: alias edge cases
/PHP-8.0/ext/sodium/tests/
H A Dinc_add.phpt2 increment and add edge cases
/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Drecursive_it.phpt2 RecursiveDirectoryIterator with dir path long or of edge case length
/PHP-8.0/ext/phar/tests/
H A D027.phpt55 echo "opendir edge cases\n";
86 opendir edge cases
H A Dalias_acrobatics.phpt2 Phar: alias edge cases
H A Dfopen_edgecases2.phpt2 Phar: test edge cases of fopen() function interception #2
H A Dopendir_edgecases.phpt2 Phar: test edge cases of opendir() function interception
H A Dreadfile_edgecases.phpt2 Phar: test edge cases of readfile() function interception
H A Dstat2_5.3.phpt2 Phar: test stat function interceptions and is_file/is_link edge cases (PHP 5.3+)
H A Dmkdir.phpt2 phar: mkdir/rmdir edge cases
H A Dphar_gobyebye.phpt2 Phar: test edge cases of intercepted functions when the underlying phar archive has been unlinkArch…
H A Dphar_gobyebye-win32.phpt2 Phar: test edge cases of intercepted functions when the underlying phar archive has been unlinkArch…
/PHP-8.0/ext/gd/tests/
H A Dimagedashedline_basic.phpt30 //check color of a point on edge..
H A Dimagefilledpolygon_basic.phpt41 //check color of a point on edge..
/PHP-8.0/ext/phar/tests/tar/
H A Dalias_acrobatics.phpt2 Phar: alias edge cases

Completed in 30 milliseconds

12