/PHP-7.2/ext/opcache/Optimizer/ |
H A D | ssa_integrity.c | 25 static inline zend_bool is_in_use_chain(zend_ssa *ssa, int var, int check) { in is_in_use_chain() 35 static inline zend_bool is_in_phi_use_chain(zend_ssa *ssa, int var, zend_ssa_phi *check) { in is_in_phi_use_chain() 45 static inline zend_bool is_used_by_op(zend_ssa *ssa, int op, int check) { in is_used_by_op() 52 static inline zend_bool is_defined_by_op(zend_ssa *ssa, int op, int check) { in is_defined_by_op() 59 static inline zend_bool is_in_phi_sources(zend_ssa *ssa, zend_ssa_phi *phi, int check) { in is_in_phi_sources() 69 static inline zend_bool is_in_predecessors(zend_cfg *cfg, zend_basic_block *block, int check) { in is_in_predecessors() 79 static inline zend_bool is_in_successors(zend_basic_block *block, int check) { in is_in_successors()
|
H A D | dce.c | 218 static zend_always_inline void add_to_worklists(context *ctx, int var_num, int check) { in add_to_worklists() 238 …ine void add_operands_to_worklists(context *ctx, zend_op *opline, zend_ssa_op *ssa_op, int check) { in add_operands_to_worklists() 258 … zend_always_inline void add_phi_sources_to_worklists(context *ctx, zend_ssa_phi *phi, int check) { in add_phi_sources_to_worklists()
|
H A D | zend_ssa.c | 36 const zend_cfg *cfg, const zend_basic_block *block, int check, int exclude) { in dominates_other_predecessors()
|
/PHP-7.2/scripts/dev/generate-phpt/src/setup/ |
H A D | gtPreCondition.php | 9 abstract public function check($clo); function in gtPreCondition
|
H A D | gtPreConditionList.php | 23 public function check($clo) { function in gtPreConditionList
|
/PHP-7.2/scripts/dev/generate-phpt/src/setup/preconditions/ |
H A D | gtIfClassHasMethod.php | 9 public function check( $clo) { function in gtIfClassHasMethod
|
H A D | gtIsSpecifiedFunctionOrMethod.php | 9 public function check( $clo) { function in gtIsSpecifiedFunctionOrMethod
|
H A D | gtIsSpecifiedTestType.php | 9 public function check( $clo) { function in gtIsSpecifiedTestType
|
H A D | gtIsValidClass.php | 9 public function check( $clo) { function in gtIsValidClass
|
H A D | gtIsValidFunction.php | 9 public function check( $clo) { function in gtIsValidFunction
|
H A D | gtIsValidMethod.php | 9 public function check( $clo) { function in gtIsValidMethod
|
/PHP-7.2/Zend/ |
H A D | zend_signal.h | 63 zend_bool check; /* check for replaced handlers on shutdown */ member
|
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | compress.c | 288 fd_set check; in sread() local
|
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_png.c | 78 int check; in gdPngReadData() local
|
/PHP-7.2/ext/standard/ |
H A D | image.c | 944 static int php_get_wbmp(php_stream *stream, struct gfxinfo **result, int check) in php_get_wbmp()
|
H A D | string.c | 5615 zend_bool check = 0; local
|