Home
last modified time | relevance | path

Searched refs:cmd (Results 76 – 86 of 86) sorted by relevance

1234

/php-src/sapi/phpdbg/
H A Dphpdbg.c1539 phpdbg_param_t cmd; in main() local
1540 cmd.str = read_from_stdin; in main()
1541 cmd.len = strlen(read_from_stdin); in main()
1542 PHPDBG_COMMAND_HANDLER(stdin)(&cmd); in main()
/php-src/ext/mysqlnd/
H A Dmysqlnd_vio.c456 …OD(mysqlnd_vio, consume_uneaten_data)(MYSQLND_VIO * const net, enum php_mysqlnd_server_command cmd) in MYSQLND_METHOD()
498 net->last_command = cmd; in MYSQLND_METHOD()
H A Dmysqlnd_structs.h374 …c_mysqlnd_vio__consume_uneaten_data)(MYSQLND_VIO * const vio, enum php_mysqlnd_server_command cmd);
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c560 static bool pdo_pgsql_transaction_cmd(const char *cmd, pdo_dbh_t *dbh) in pdo_pgsql_transaction_cmd() argument
566 res = PQexec(H->server, cmd); in pdo_pgsql_transaction_cmd()
/php-src/ext/pgsql/
H A Dpgsql.stub.php953 function pg_put_copy_data(PgSql\Connection $connection, string $cmd): int {}
H A Dpgsql_arginfo.h476 ZEND_ARG_TYPE_INFO(0, cmd, IS_STRING, 0)
H A Dpgsql.c6169 zend_string *cmd; in PHP_FUNCTION() local
6173 Z_PARAM_STR(cmd) in PHP_FUNCTION()
6181 RETURN_LONG((zend_long)PQputCopyData(link->conn, ZSTR_VAL(cmd), ZSTR_LEN(cmd))); in PHP_FUNCTION()
/php-src/build/
H A Dphp.m448 cmd="echo $ac_n \"\$$1$unique$ac_c\""
49 if test -n "$unique" && test "`eval $cmd`" = "" ; then
H A Dlibtool.m4450 for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
452 if (echo_test_string=`eval $cmd`) 2>/dev/null &&
453 echo_test_string=`eval $cmd` &&
526 for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
527 if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
531 prev="$cmd"
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます25182 0 string/t #\ Magic magic text file for file(1) cmd
25183 0 lelong 0xF11E041C magic binary file for file(1) cmd
25185 0 belong 0xF11E041C magic binary file for file(1) cmd
H A Dmagic25182 0 string/t #\ Magic magic text file for file(1) cmd
25183 0 lelong 0xF11E041C magic binary file for file(1) cmd
25185 0 belong 0xF11E041C magic binary file for file(1) cmd

Completed in 244 milliseconds

1234