Home
last modified time | relevance | path

Searched refs:info (Results 176 – 200 of 326) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/dba/tests/
H A Ddba_db4_optimize.phpt7 die("info $HND handler used");
H A Ddba_db4_sync.phpt7 die("info $HND handler used");
H A Ddba004.phpt6 die("info $HND handler used");
H A Ddba014.phpt6 die("info $HND handler used");
H A Ddba_db4_004.phpt7 die("info $HND handler used");
H A Ddba_db4_008.phpt7 die("info $HND handler used");
H A Ddba_db4_015.phpt7 die("info $HND handler used");
H A Ddba005.phpt6 die("info $HND handler used");
H A Ddba_cdb.phpt7 die('info CDB does not support replace or delete');
/PHP-7.4/ext/pcntl/
H A Dconfig.m419 siginfo_t info;
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_func_info.c38 uint32_t info; member
45 #define F0(name, info) \ argument
47 #define F1(name, info) \ argument
49 #define FN(name, info) \ argument
51 #define FR(name, info) \ argument
53 #define FX(name, info) \ argument
55 #define I0(name, info) \ argument
57 #define I1(name, info) \ argument
1647 ret = info->info; in zend_get_func_info()
1652 ret = info->info; in zend_get_func_info()
[all …]
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dnophar.phar135 $info = self::_unpack($m);
136 $f = $info['c'];
175 foreach ($info['m'] as $path => $file) {
215 $info = unpack('V', substr($m, 0, 4));
223 for ($i = 0; $i < $info[1]; $i++) {
H A Dopenssl.phar135 $info = self::_unpack($m);
136 $f = $info['c'];
175 foreach ($info['m'] as $path => $file) {
215 $info = unpack('V', substr($m, 0, 4));
223 for ($i = 0; $i < $info[1]; $i++) {
/PHP-7.4/ext/phar/tests/files/
H A Dinclude_path2.phar135 $info = self::_unpack($m);
136 $f = $info['c'];
175 foreach ($info['m'] as $path => $file) {
215 $info = unpack('V', substr($m, 0, 4));
223 for ($i = 0; $i < $info[1]; $i++) {
H A Dnophar.phar135 $info = self::_unpack($m);
136 $f = $info['c'];
175 foreach ($info['m'] as $path => $file) {
215 $info = unpack('V', substr($m, 0, 4));
223 for ($i = 0; $i < $info[1]; $i++) {
H A Dopenssl.phar135 $info = self::_unpack($m);
136 $f = $info['c'];
175 foreach ($info['m'] as $path => $file) {
215 $info = unpack('V', substr($m, 0, 4));
223 for ($i = 0; $i < $info[1]; $i++) {
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c103 info->error_no = 0; in MYSQLND_METHOD()
104 info->error[0] = '\0'; in MYSQLND_METHOD()
105 memset(&info->sqlstate, 0, sizeof(info->sqlstate)); in MYSQLND_METHOD()
106 zend_llist_clean(&info->error_list); in MYSQLND_METHOD()
124 info->error_no = err_no; in MYSQLND_METHOD()
125 strlcpy(info->sqlstate, sqlstate, sizeof(info->sqlstate)); in MYSQLND_METHOD()
126 strlcpy(info->error, error, sizeof(info->error)); in MYSQLND_METHOD()
136 info->m->reset(info); in MYSQLND_METHOD()
156 info->m->reset(info); in mysqlnd_error_info_init()
159 info->persistent = persistent; in mysqlnd_error_info_init()
[all …]
/PHP-7.4/ext/sockets/tests/
H A Dsocket_set_option_rcvtimeo.phpt37 Moritz Neuhaeuser, info@xcompile.net
H A Dsocket_set_option_sndtimeo.phpt37 Moritz Neuhaeuser, info@xcompile.net
H A Dsocket_set_option_error_socket_option.phpt33 Moritz Neuhaeuser, info@xcompile.net
/PHP-7.4/tests/lang/
H A Dbug28800.phpt5 $strings = array('into', 'info', 'inf', 'infinity', 'infin', 'inflammable');
/PHP-7.4/ext/dom/tests/
H A Ddomobject_debug_handler.phpt2 Objects of DOM extension: debug info object handler.
/PHP-7.4/ext/tidy/tests/
H A D024.phpt11 // more info at http://sf.net/tracker/?func=detail&atid=390963&aid=1598422&group_id=27659
/PHP-7.4/sapi/fpm/tests/
H A Dbug80024-socket-reduced-inherit.phpt2 FPM: bug80024 - Duplication of info about inherited socket after pool removing
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c258 int phpdbg_watchpoint_segfault_handler(siginfo_t *info, void *context) {
265 info->si_addr
1239 ret = info->callback(zv, element);
1281 element->str = zend_string_copy(info->str);
1300 phpdbg_watch_parse_struct info; local
1308 info.str = strpprintf(0, "%.*s[]", (int) len, input);
1310 info.str = zend_string_init(input, len, 0);
1312 info.callback = callback;
1314 …ut, len) && phpdbg_watchpoint_parse_input(input, len, &EG(symbol_table), 0, &info, 1) != FAILURE) {
1315 zend_string_release(info.str);
[all …]

Completed in 45 milliseconds

12345678910>>...14