Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 159) sorted by last modified time

1234567

/PHP-7.4/Zend/
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_language_scanner.l1295 <ST_IN_SCRIPTING>"yield"{WHITESPACE}"from"[^a-zA-Z0-9_\x80-\xff] { in lex_scan()
/PHP-7.4/ext/date/lib/
H A Dparse_date.re904 tz = "("? [A-Za-z]{1,6} ")"? | [A-Z][a-z]+([_/-][A-Za-z]+)+;
/PHP-7.4/build/
H A Dpkg.m459 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
60 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
H A Dphp.m446 unique=`echo $2|$SED 's/[^a-zA-Z0-9]/_/g'`
693 php_with_[]translit($1,A-Z0-9-,a-z0-9_)=ifelse($4,,no,$4)
694 PHP_REAL_ARG_WITH([$1],[$2],[$3],[$4],PHP_[]translit($1,a-z0-9-,A-Z0-9_),[ifelse($5,,yes,$5)])
721 php_enable_[]translit($1,A-Z0-9-,a-z0-9_)=ifelse($4,,no,$4)
722 PHP_REAL_ARG_ENABLE([$1],[$2],[$3],[$4],PHP_[]translit($1,a-z0-9-,A-Z0-9_),[ifelse($5,,yes,$5)])
889 PHP_SUBST(PHP_[]translit($1,a-z0-9-,A-Z0-9_)[]_OBJS)
890 ifelse($3,,,[PHP_ADD_SOURCES_X([sapi/$1],[$3],[$4],PHP_[]translit($1,a-z0-9-,A-Z0-9_)[]_OBJS)])
1087 AC_MSG_RESULT([[$][php_cv_sizeof_]translit($1, ,_)])
1544 unset ac_cv_lib_$1[]_$2
1590 unset ac_cv_lib_$2[]_$1
H A Dlibtool.m43033 # underscore (_), so it is better to generate a list of symbols to export.
3121 …_LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libna…
3122 …_LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${lib…
3135 …(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols…
4613 for ac_symprfx in "" "_"; do
5330 _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
5361 _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
5724 # underscore (_), so it is better to generate a list of symbols to export.
5820 …_LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${lib…
5829 …(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols…
[all …]
/PHP-7.4/ext/opcache/tests/
H A Dpreload_error_handler.inc3 set_error_handler(function($_, $m) {
/PHP-7.4/ext/pcre/tests/
H A Dbug81243.phpt13 $replaced = preg_replace_callback('/\s/', function ($_) {return '-';}, $test_string);
H A Dbug79846.phpt6 preg_match("/([a-z]+_[a-z]+_*[a-z]+)_?(\d+)?/", $item, $match);
/PHP-7.4/ext/standard/tests/dir/
H A Dbug80960.phpt13 opendir(str_pad("longname", PHP_MAXPATHLEN - strlen(getcwd()), "_"));
/PHP-7.4/
H A Drun-tests.php1675 … $workerSock = stream_socket_client($sockUri, $_, $_, 5) or error("Couldn't connect to $sockUri");
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt24 …!mysqli_stmt_prepare($stmt, "SELECT id, label, id + 1 as _id, concat(label, '_') ___label FROM te…
H A Dmysqli_stmt_get_result_metadata.phpt43 …// !mysqli_stmt_prepare($stmt, "SELECT id, label, id + 1 as _id, concat(label, '_') _label FROM t…
45 …T id , label, id + 1 AS _id, label AS _label, null AS _null, CONCAT(label, '_') _label_concat FRO…
H A Dmysqli_query_unicode.phpt59 $res = mysqli_query($link, 'SELECT @version AS п_версия');
62 … if (!is_array($tmp) || empty($tmp) || !isset($tmp['п_версия']) || ('' == $tmp['п_версия'])) {
73 …k, 'CREATE FUNCTION функцийка( параметър_версия VARCHAR(25)) RETURNS VARCHAR(25) DETERMINISTIC RET…
74 $res = mysqli_query($link, 'SELECT функцийка(VERSION()) AS ф_версия');
77 … if (!is_array($tmp) || empty($tmp) || !isset($tmp['ф_версия']) || ('' == $tmp['ф_версия'])) {
H A Dmysqli_fetch_assoc_no_alias_utf8.phpt52 …if (!$res = mysqli_query($link, "CREATE TABLE автори_на_mysqlnd (id integer not null auto_incremen…
55 …if (!$res = mysqli_query($link, "INSERT INTO автори_на_mysqlnd (име, фамилия) VALUES ('Андрей', 'Х…
58 …if (!$res = mysqli_query($link, "INSERT INTO автори_на_mysqlnd (име, фамилия) VALUES ('Andrey', 'H…
61 …if (!$res = mysqli_query($link, "INSERT INTO автори_на_mysqlnd (име, фамилия) VALUES ('安德烈', 'Hris…
65 …if (!$res = mysqli_query($link, "SELECT id, име, фамилия FROM автори_на_mysqlnd ORDER BY фамилия, …
74 if (!$res = mysqli_query($link, "DROP TABLE автори_на_mysqlnd")) {
H A Dmysqli_error_unicode.phpt34 mysqli_query($link, 'SELECT * FROM няма_такава_таблица');
45 string(%d) "Table 'няма_такава_таблица' doesn't exist"
H A Dmysqli_commit_oo.phpt104 Warning: mysqli::commit(): Transaction name truncated. Must be only [0-9A-Za-z\-_=]+ in %s on line …
106 Warning: mysqli::commit(): Transaction name truncated. Must be only [0-9A-Za-z\-_=]+ in %s on line …
108 Warning: mysqli::commit(): Transaction name truncated. Must be only [0-9A-Za-z\-_=]+ in %s on line …
/PHP-7.4/ext/ffi/
H A Dffi.c6384 _(cdecl) \
6387 _(stdcall) \
6388 _(ms_abi) \
6391 _(aligned) \
6392 _(packed) \
6395 _(const) \
6396 _(malloc) \
6399 _(leaf) \
6400 _(pure) \
6484 _(mode) \
[all …]
/PHP-7.4/ext/ffi/tests/
H A Dbug80186.phpt10 foreach ($ffi as $_) { }
11 foreach ($ffi as &$_) { }
H A Dbug77632b.phpt9 } catch (Throwable $_) {
/PHP-7.4/tests/basic/
H A D022.phpt36 ["-_&_%_$cookie_10"]=>
/PHP-7.4/Zend/tests/
H A Dbug79793.phpt8 set_error_handler(function($_, $m) use (&$key) {
H A Dundef_index_to_exception.phpt6 set_error_handler(function($_, $msg) {
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h305 #define MYSQLND_METHOD(class, method) mysqlnd_##class##_##method##_pub
306 #define MYSQLND_METHOD_PRIVATE(class, method) mysqlnd_##class##_##method##_priv
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_0.phpt23 $item = "šđčćž_ŠĐČĆŽ"; // cp1250 specific chars

Completed in 76 milliseconds

1234567