Home
last modified time | relevance | path

Searched refs:command (Results 26 – 50 of 105) sorted by relevance

12345

/php-src/ext/mysqli/tests/
H A Dbug64726.phpt20 …::fetch_object(): (HY000/2014): Commands out of sync; you can't run this command now in %s on line…
H A D045.phpt15 printf("skip SHOW command is not supported in prepared statements.");
H A Dbug80837.phpt38 Commands out of sync; you can't run this command now
H A DREADME.md3 To run the tests, a test database must be created in the MySQL command-line:
/php-src/ext/snmp/tests/
H A DREADME.md22 To run test suite you may use this command (presuming that you pwd is where this
49 you can start snmpd daemon using following command line:
/php-src/ext/fileinfo/tests/
H A Dfinfo_file_regex.phpt8 * Works with the unix file command:
/php-src/ext/phar/tests/zip/
H A Dunixzip.phpt2 Phar: test a zip archive created by unix "zip" command
/php-src/ext/standard/tests/network/
H A Dbug73594a.phpt11 if ($ret != 0) die("skip dig command is not present or failed to run");
H A Dbug73594.phpt11 if ($ret != 0) die("skip dig command is not present or failed to run");
/php-src/ext/standard/tests/general_functions/
H A Dbug39322.phpt28 ["command"]=>
H A Dbug69646.phpt2 Bug #69646 OS command injection vulnerability in escapeshellarg()
/php-src/sapi/phpdbg/tests/
H A Drun_002.phpt2 Stdin and escaped args being passed to run command
/php-src/sapi/phpdbg/
H A Dphpdbg_help.c172 phpdbg_command_t const **command, /* address of first matching command */ in get_command() argument
183 if ( num_matches == 1 && command) { in get_command()
184 *command = c; in get_command()
192 if ( num_matches == 1 && command) { in get_command()
193 *command = c; in get_command()
/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt26 // start the buffering of next command to internal output buffer
29 // run the command 'locale -a' to fetch all locales available in the system
H A Dsetlocale_basic3.phpt18 // start the buffering of next command to internal output buffer
21 // run the command 'locale -a' to fetch all locales available in the system
H A Dsetlocale_variation1.phpt18 // start the buffering of next command to internal output buffer
21 // run the command 'locale -a' to fetch all locales available in the system
H A Dsetlocale_basic1.phpt18 // start the buffering of next command to internal output buffer
21 // run the command 'locale -a' to fetch all locales available in the system
H A Dsetlocale_basic2.phpt18 // start the buffering of next command to internal output buffer
21 // run the command 'locale -a' to fetch all locales available in the system
/php-src/docs/
H A Dmake.bat16 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
/php-src/sapi/cli/tests/
H A Dcli_process_title_windows.phpt14 // command "get-process" is executed using shell_exec, it overwrites the ConsoleTitle with
17 // On older versions like Windows 7 though, running the command appends
/php-src/sapi/litespeed/
H A DREADME.md28 You need to add `--enable-litespeed` to the configure command to build PHP with
44 ## Start PHP from command line
49 servers. In such environment, lsphp can be start manually from command with
93 command that executes the PHP binary you just built. "Instances" should be
187 feature, such as when a LSAPI process was started manually from command line.
/php-src/win32/build/
H A Dconfutils.js163 var command = 'cmd /c ""' + EXE;
165 command = command + '" -v"';
167 command = command + '" --version"';
169 var version = execute(command + '" 2>&1"');
3069 var full = execute(command + '" 2>&1"');
3080 var full = execute(command + '" 2>&1"');
3128 var full = execute(command + '" 2>&1"');
3139 var command = 'cmd /c "where cl.exe"';
3143 var full = execute(command);
3174 var command = 'cmd /c "where cl"';
[all …]
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c358 DBG_RETURN(conn->command->set_option(conn, option)); in MYSQLND_METHOD()
422 if (command) { in MYSQLND_METHOD()
424 if (PASS != conn->m->query(conn, command, strlen(command))) { in MYSQLND_METHOD()
809 enum_func_status ret = conn->command->query(conn, query_string);
824 enum_func_status ret = conn->command->reap_result(conn);
948 DBG_RETURN(conn->command->debug(conn));
961 DBG_RETURN(conn->command->init_db(conn, database));
973 enum_func_status ret = conn->command->ping(conn);
986 DBG_RETURN(conn->command->statistics(conn, message));
1044 DBG_RETURN(conn->command->refresh(conn, options));
[all …]
H A Dmysqlnd_driver.c146 data->command = mysqlnd_command_get_methods(); in MYSQLND_METHOD()
148 …if (!data->protocol_frame_codec || !data->vio || !data->payload_decoder_factory || !data->command)… in MYSQLND_METHOD()
/php-src/ext/standard/
H A Dproc_open.c323 zend_string_release_ex(proc->command, false); in proc_open_rsrc_dtor()
409 add_assoc_str(return_value, "command", zend_string_copy(proc->command)); in PHP_FUNCTION()
738 zend_string *command = NULL; in get_command_from_array() local
748 if (command != NULL) { in get_command_from_array()
749 zend_string_release_ex(command, false); in get_command_from_array()
755 command = zend_string_copy(arg_str); in get_command_from_array()
763 return command; in get_command_from_array()
1422 proc->command = zend_string_copy(command_str); in PHP_FUNCTION()

Completed in 48 milliseconds

12345