Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 159) sorted by path

1234567

/PHP-7.4/Zend/tests/
H A Dbug65322.phpt11 set_error_handler(function($_, $msg, $file) {
H A Dbug71275.phpt7 public function _() {
H A Dbug79793.phpt8 set_error_handler(function($_, $m) use (&$key) {
H A Derrmsg_045.phpt6 set_error_handler(function($_, $msg, $file) {
H A Dnon_well_formed_param_exception.phpt6 set_error_handler(function($_, $msg) {
H A Dnumeric_literal_separator_002.phpt5 100_;
7 Parse error: syntax error, unexpected '_' (T_STRING) in %s on line %d
H A Dnumeric_literal_separator_004.phpt5 100_.0;
7 Parse error: syntax error, unexpected '_' (T_STRING) in %s on line %d
H A Dundef_index_to_exception.phpt6 set_error_handler(function($_, $msg) {
/PHP-7.4/Zend/tests/try/
H A Dbug70228_7.phpt12 foreach ($array as $_) {
H A Dtry_finally_015.phpt12 foreach ($array as $_) {
H A Dtry_finally_016.phpt16 foreach ([0] as $_) {
H A Dtry_finally_017.phpt16 foreach ([0] as $_) {
H A Dtry_finally_021.phpt6 foreach ([0] as $_) {
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_061.phpt20 $a->_ += 1;
23 $a->_ .= "1";
26 $a->_ .= "e50";
29 $a->_--;
32 --$a->_;
37 $a->_++;
40 ++$a->_;
H A Dtyped_properties_062.phpt8 public $_;
13 $a->_ += 1;
16 $a->_ .= "1";
24 $a->_--;
27 --$a->_;
33 $a->_--;
38 --$a->_;
45 $a->_++;
50 ++$a->_;
54 $a->_ = 0;
[all …]
H A Dtyped_properties_063.phpt10 $_ = &$a->foo;
12 $_ += 1;
15 $_ .= "1";
23 $_--;
26 --$_;
32 $_--;
37 --$_;
44 $_++;
49 ++$_;
53 $_ = 0;
[all …]
H A Dtyped_properties_064.phpt10 $_ = [&$a->foo];
12 $_[0] += 1;
15 $_[0] .= "1";
23 $_[0]--;
26 --$_[0];
37 --$_[0];
44 $_[0]++;
49 ++$_[0];
53 $_[0] = 0;
55 $_[0] = [];
[all …]
/PHP-7.4/Zend/
H A Dzend_API.h65 #define ZEND_METHOD(classname, name) ZEND_NAMED_FUNCTION(ZEND_MN(classname##_##name))
1101 #define Z_EXPECTED_TYPES(_) \ argument
1102 _(Z_EXPECTED_LONG, "int") \
1103 _(Z_EXPECTED_BOOL, "bool") \
1104 _(Z_EXPECTED_STRING, "string") \
1105 _(Z_EXPECTED_ARRAY, "array") \
1106 _(Z_EXPECTED_FUNC, "valid callback") \
1107 _(Z_EXPECTED_RESOURCE, "resource") \
1108 _(Z_EXPECTED_PATH, "a valid path") \
1109 _(Z_EXPECTED_OBJECT, "object") \
[all …]
H A Dzend_alloc_sizes.h33 _( 0, 8, 512, 1, x, y) \
34 _( 1, 16, 256, 1, x, y) \
35 _( 2, 24, 170, 1, x, y) \
36 _( 3, 32, 128, 1, x, y) \
37 _( 4, 40, 102, 1, x, y) \
38 _( 5, 48, 85, 1, x, y) \
39 _( 6, 56, 73, 1, x, y) \
40 _( 7, 64, 64, 1, x, y) \
41 _( 8, 80, 51, 1, x, y) \
42 _( 9, 96, 42, 1, x, y) \
[all …]
H A Dzend_ast.h212 # define ZEND_AST_SPEC_CALL_(name, _, _4, _3, _2, _1, suffix, ...) \ argument
216 # define ZEND_AST_SPEC_CALL_EX_(name, _, _5, _4, _3, _2, _1, suffix, ...) \ argument
H A Dzend_language_scanner.l1295 <ST_IN_SCRIPTING>"yield"{WHITESPACE}"from"[^a-zA-Z0-9_\x80-\xff] { in lex_scan()
H A Dzend_string.h468 #define ZEND_KNOWN_STRINGS(_) \ argument
469 _(ZEND_STR_FILE, "file") \
470 _(ZEND_STR_LINE, "line") \
474 _(ZEND_STR_TYPE, "type") \
475 _(ZEND_STR_OBJECT_OPERATOR, "->") \
476 _(ZEND_STR_PAAMAYIM_NEKUDOTAYIM, "::") \
477 _(ZEND_STR_ARGS, "args") \
479 _(ZEND_STR_EVAL, "eval") \
487 _(ZEND_STR_THIS, "this") \
489 _(ZEND_STR_KEY, "key") \
[all …]
H A Dzend_vm_gen.php1328 return function($_, $op2) use ($do, $dsc, $op_types) {
1354 return function($op1, $_) use ($do, $dsc, $op_types) {
H A Dzend_vm_handlers.h1 #define VM_HANDLERS(_) \ argument
2 _(0, ZEND_NOP_SPEC) \
3 _(1, ZEND_ADD_SPEC_CONST_CONST) \
4 _(2, ZEND_ADD_SPEC_CONST_TMPVARCV) \
5 _(3, ZEND_ADD_SPEC_CONST_TMPVARCV) \
6 _(5, ZEND_ADD_SPEC_CONST_TMPVARCV) \
7 _(6, ZEND_ADD_SPEC_TMPVARCV_CONST) \
63 _(100, ZEND_DIV_SPEC_CV_CV) \
569 _(1255, ZEND_JMP_SPEC) \
737 _(1495, ZEND_EXIT_SPEC) \
[all …]
/PHP-7.4/build/
H A Dax_check_compile_flag.m441 AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_[]_AC_LANG_ABBREV[]flags_$4_$1])dnl

Completed in 147 milliseconds

1234567