Home
last modified time | relevance | path

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

12345678910>>...14

/php-src/ext/dom/tests/
H A Dbug78577.phpt2 Bug #78577 (Crash in DOMNameSpace debug info handlers)
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.h47 PHPDBG_COMMAND(info);
H A Dphpdbg_watch.c285 int phpdbg_watchpoint_segfault_handler(siginfo_t *info, void *context) {
292 info->si_addr
1298 ret = info->callback(zv, element);
1342 element->str = zend_string_copy(info->str);
1361 phpdbg_watch_parse_struct info; local
1369 info.str = strpprintf(0, "%.*s[]", (int) len, input);
1371 info.str = zend_string_init(input, len, 0);
1373 info.callback = callback;
1375 …ut, len) && phpdbg_watchpoint_parse_input(input, len, &EG(symbol_table), 0, &info, 1) != FAILURE) {
1376 zend_string_release(info.str);
[all …]
/php-src/ext/standard/libavifinfo/
H A DREADME.md1 # AVIF-info
/php-src/ext/phar/tests/files/
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++) {
H A Dopenssl256.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 Dopenssl512.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 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++) {
/php-src/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-src/ext/tidy/tests/
H A D024.phpt8 // more info at http://sf.net/tracker/?func=detail&atid=390963&aid=1598422&group_id=27659
/php-src/Zend/Optimizer/
H A Dzend_call_graph.h66 ZEND_API zend_call_info **zend_build_call_map(zend_arena **arena, zend_func_info *info, const zend_…
/php-src/ext/gettext/tests/
H A Dgettext_bindtextdomain-cwd.phpt31 Moritz Neuhaeuser, info@xcompile.net
/php-src/ext/dba/tests/
H A Ddba_db4_optimize.phpt11 die("info $HND handler used");
H A Ddba_db4_sync.phpt11 die("info $HND handler used");
H A Ddba009.phpt8 print("info $HND handler used");
H A Ddba_optimize.phpt10 die("info $HND handler used");
/php-src/ext/pcntl/tests/
H A Dwaiting_on_sigchild_pcntl_wait.phpt16 pcntl_signal(SIGCHLD, function($sig, $info) use (&$processes) {
/php-src/ext/xml/
H A Dxml.c84 zval info; local
553 if (Z_ISUNDEF(parser->info)) { in _xml_add_to_info()
558 if ((element = zend_hash_str_find(Z_ARRVAL(parser->info), name, name_len)) == NULL) { in _xml_add_to_info()
561 element = zend_hash_str_update(Z_ARRVAL(parser->info), name, name_len, &values); in _xml_add_to_info()
1330 zval *pind, *xdata, *info = NULL; in PHP_FUNCTION() local
1334 …ters(ZEND_NUM_ARGS(), "Osz|z", &pind, xml_parser_ce, &data, &data_len, &xdata, &info) == FAILURE) { in PHP_FUNCTION()
1345 if (info) { in PHP_FUNCTION()
1346 info = zend_try_array_init(info); in PHP_FUNCTION()
1347 if (!info) { in PHP_FUNCTION()
1359 if (info) { in PHP_FUNCTION()
[all …]
/php-src/ext/standard/tests/image/
H A Dgetimagesize_basic.phpt39 var_dump( getimagesize(__DIR__."/$filename", $info) );
40 var_dump( $info );
/php-src/Zend/
H A Dzend_attributes.h114 …te *zend_add_property_attribute(zend_class_entry *ce, zend_property_info *info, zend_string *name,… in zend_add_property_attribute() argument
117 return zend_add_attribute(&info->attributes, name, argc, flags, 0, 0); in zend_add_property_attribute()
/php-src/ext/spl/
H A Dspl_observer_arginfo.h19 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, info, IS_MIXED, 0, "null")
42 ZEND_ARG_TYPE_INFO(0, info, IS_MIXED, 0)
83 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, info, IS_MIXED, 0, "null")
115 ZEND_ARG_TYPE_MASK(0, info, MAY_BE_STRING|MAY_BE_LONG|MAY_BE_NULL, "null")
/php-src/sapi/fpm/tests/
H A Dbug80024-socket-reduced-inherit.phpt2 FPM: bug80024 - Duplication of info about inherited socket after pool removing
/php-src/ext/sockets/tests/
H A Dsocket_set_option_error_socket_option.phpt33 Moritz Neuhaeuser, info@xcompile.net

Completed in 56 milliseconds

12345678910>>...14