Home
last modified time | relevance | path

Searched refs:literal (Results 1 – 25 of 64) sorted by path

123

/PHP-7.4/
H A DNEWS2336 . Fixed bug #77287 (Opcache literal compaction is incompatible with EXT
H A DUPGRADING40 interpreted as a literal `<?php` string (with short_open_tag=0).
/PHP-7.4/Zend/tests/
H A Darray_unpack_string_keys.phpt2 Using array unpacking in an array literal that also has string keys (OSS-Fuzz #17965)
H A Dast_serialize_backtick_literal.phpt2 Serialization of backtick literal is incorrect
H A Dbug71086.phpt2 Bug #71086: Invalid numeric literal parse error within highlight_string() function
H A Dbug75218.phpt24 Encoding must be a literal
H A Dbug77993.phpt2 Bug #77993 (Wrong parse error for invalid hex literal on Windows)
H A Dbug78454_1.phpt2 Invalid consecutive numeric separators after hex literal
H A Dbug78454_2.phpt2 Invalid consecutive numeric separators after binary literal
H A Dcall_user_func_009.phpt2 call_user_func() behavior when passing literal to reference parameter
H A Ddeclare_001.phpt27 Fatal error: Encoding must be a literal in %s on line %d
H A Ddeclare_002.phpt27 Fatal error: Encoding must be a literal in %sdeclare_002.php on line 6
H A Ddeclare_003.phpt21 Fatal error: Encoding must be a literal in %s on line %d
H A Ddeclare_004.phpt20 Fatal error: Encoding must be a literal in %sdeclare_004.php on line 5
H A Ddeclare_006.phpt9 Fatal error: declare(ticks) value must be a literal in %sdeclare_006.php on line 2
H A Dempty_str_offset.phpt20 print "- string literal ---\n";
76 - string literal ---
H A Disset_str_offset.phpt19 print "- string literal ---\n";
73 - string literal ---
H A Dnumeric_literal_separator_001.phpt2 Valid use of numeric literal separator
H A Drequire_parse_exception.phpt49 Invalid numeric literal on line 2
/PHP-7.4/Zend/tests/generators/
H A Dget_return.phpt26 // so it's okay to return a literal
/PHP-7.4/Zend/tests/varSyntax/
H A Dmethod_call_on_string_literal.phpt2 Method call on string literal
/PHP-7.4/Zend/
H A Dzend_opcode.c454 zval *literal = op_array->literals; in destroy_op_array() local
455 zval *end = literal + op_array->last_literal; in destroy_op_array()
456 while (literal < end) { in destroy_op_array()
457 zval_ptr_dtor_nogc(literal); in destroy_op_array()
458 literal++; in destroy_op_array()
H A Dzend_string.h331 #define zend_string_equals_literal(str, literal) \ argument
332 (ZSTR_LEN(str) == sizeof(literal)-1 && !memcmp(ZSTR_VAL(str), literal, sizeof(literal) - 1))
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2054 * should match the next literal:
2059 * prefix is escaped. (e.g. "%%" is expecting literal "%")
2064 … add_pbf_error(s, TIMELIB_ERR_FORMAT_LITERAL_MISMATCH, "Format literal not found", string, begin);
/PHP-7.4/ext/date/tests/
H A Dgmstrftime_variation8.phpt2 Test gmstrftime() function : usage variation - Passing literal related strings to format argument.
20 'A literal % character' => "%%",
36 --A literal % character--

Completed in 35 milliseconds

123