Home
last modified time | relevance | path

Searched refs:info (Results 101 – 125 of 339) sorted by relevance

12345678910>>...14

/php-src/ext/ffi/tests/
H A Dbug78270_1.phpt13 $info = ob_get_clean();
14 if (preg_match('/Compiler => .*clang.*/', $info)) die("skip not for clang");
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.h43 PHPAPI void mysqlnd_error_info_init(MYSQLND_ERROR_INFO * const info, const bool persistent);
44 PHPAPI void mysqlnd_error_info_free_contents(MYSQLND_ERROR_INFO * const info);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_multi_statements.phpt31 $info = $db->errorInfo();
32 var_dump($info[0]);
45 $info = $db->errorInfo();
46 var_dump($info[0]);
H A Dpdo_mysql_attr_init_command.phpt28 $info = $db->errorInfo();
29 var_dump($info[0]);
/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation3.phpt24 echo "Locale info, before setting the locale\n";
34 echo "Locale info, after setting the locale\n";
52 Locale info, before setting the locale
98 Locale info, after setting the locale
H A Dsetlocale_variation4.phpt24 echo "Locale info, before setting the locale\n";
33 echo "Locale info, after setting the locale\n";
50 Locale info, before setting the locale
96 Locale info, after setting the locale
H A Dsetlocale_variation5.phpt24 echo "Locale info, before setting the locale\n";
35 echo "Locale info, after setting the locale\n";
54 Locale info, before setting the locale
100 Locale info, after setting the locale
/php-src/ext/phar/
H A Dshortarc.php135 $info = self::_unpack($m);
136 $f = $info['c'];
175 foreach ($info['m'] as $path => $file) {
215 $info = unpack('V', substr($m, 0, 4));
224 for ($i = 0; $i < $info[1]; $i++) {
/php-src/ext/curl/tests/
H A Dcurl_multi_info_read.phpt25 while ($info = curl_multi_info_read($mh)) {
26 var_dump($info);
/php-src/ext/ldap/tests/
H A Dldap_exop_refresh.phpt12 $info = ldap_get_entries($link, $r)[0];
13 if (!isset($info['dynamicsubtrees'])) {
/php-src/ext/standard/tests/image/
H A Diptcembed_002.phpt47 list($width, $height, $type, $attr) = getimagesize($file,$info);
51 if (!isset($info["APP0"])) { echo "APP0 error".PHP_EOL;exit(1); }
78 $ret = getimagesize($file2,$info);
84 if (!isset($info["APP0"])) { echo "APP0 error".PHP_EOL;exit(1); }
85 if (!isset($info["APP13"])) { echo "APP13 error".PHP_EOL;exit(1); }
88 $iptc_data_from_created_image = iptcparse($info['APP13']);
/php-src/sapi/cli/tests/
H A Dphp_cli_server_012.phpt10 $info = php_cli_server_start('print_r($_REQUEST); $_REQUEST["foo"] = "bar"; return FALSE;');
11 $doc_root = $info->docRoot;
H A Dphp_cli_server_016.phpt13 $info = php_cli_server_start(null, 'router.php');
14 file_put_contents($info->docRoot . '/router.php', <<<'PHP'
/php-src/ext/opcache/jit/
H A Dzend_jit.c481 if ((info & MAY_BE_RC1) && !(info & MAY_BE_RCN)) { in zend_ssa_cv_info()
498 return info; in zend_ssa_cv_info()
604 return info; in zend_get_known_property_info()
614 return info; in zend_get_known_property_info()
3113 if (info) { in zend_jit_script()
3117 info->ssa.cfg.flags |= info->flags; in zend_jit_script()
3118 info->flags = info->ssa.cfg.flags; in zend_jit_script()
3124 if (info) { in zend_jit_script()
3134 if (info) { in zend_jit_script()
3138 info->flags = info->ssa.cfg.flags; in zend_jit_script()
[all …]
/php-src/ext/pdo/
H A Dpdo_dbh.c104 zval ex, info; in pdo_raise_impl_error() local
112 array_init(&info); in pdo_raise_impl_error()
115 add_next_index_long(&info, 0); in pdo_raise_impl_error()
117 zval_ptr_dtor(&info); in pdo_raise_impl_error()
135 zval info; in pdo_handle_error() local
151 ZVAL_UNDEF(&info); in pdo_handle_error()
154 array_init(&info); in pdo_handle_error()
189 if (!Z_ISUNDEF(info)) { in pdo_handle_error()
196 if (!Z_ISUNDEF(info)) { in pdo_handle_error()
197 zval_ptr_dtor(&info); in pdo_handle_error()
[all …]
/php-src/ext/opcache/
H A Dshared_alloc_win32.c117 MEMORY_BASIC_INFORMATION info; in zend_shared_alloc_reattach() local
136 VirtualQuery(wanted_mapping_base, &info, sizeof(info)) == 0 || in zend_shared_alloc_reattach()
137 info.State != MEM_FREE || in zend_shared_alloc_reattach()
138 info.RegionSize < requested_size) { in zend_shared_alloc_reattach()
/php-src/ext/standard/
H A Dimage.c412 static int php_read_APP(php_stream * stream, unsigned int marker, zval *info) in php_read_APP() argument
436 add_assoc_stringl(info, markername, buffer, length); in php_read_APP()
446 static struct gfxinfo *php_handle_jpeg (php_stream * stream, zval *info) in php_handle_jpeg() argument
506 if (info) { in php_handle_jpeg()
507 if (!php_read_APP(stream, marker, info)) { /* read all the app marks... */ in php_handle_jpeg()
1458 if (info) { in php_getimagesize_from_stream()
1459 result = php_handle_jpeg(stream, info); in php_getimagesize_from_stream()
1545 zval *info = NULL; in php_getimagesize_from_any() local
1553 Z_PARAM_ZVAL(info) in php_getimagesize_from_any()
1562 info = zend_try_array_init(info); in php_getimagesize_from_any()
[all …]
/php-src/Zend/
H A Dzend_alloc.c1357 zend_mm_page_info info; local
1362 info = chunk->map[page_num];
1458 zend_mm_page_info info; local
1462 info = chunk->map[page_num];
1606 if (info & ZEND_MM_IS_SRUN) {
1963 zend_mm_page_info info; local
1983 info = chunk->map[page_num];
1985 if (info & ZEND_MM_IS_LRUN) {
1987 info = chunk->map[page_num];
2012 info = chunk->map[page_num];
[all …]
/php-src/ext/exif/
H A Dexif.c2060 info->offset_base = offset_base; in exif_offset_info_init()
2061 info->valid_start = valid_start; in exif_offset_info_init()
2073 start = info->offset_base + offset; in exif_offset_info_try_get()
2079 if (start < info->valid_start || end > info->valid_end) { in exif_offset_info_try_get()
2096 return start >= info->valid_start && end <= info->valid_end; in exif_offset_info_contains()
2102 return info->valid_end - info->valid_start; in exif_offset_info_length()
3231 info = &new_info; in exif_process_IFD_in_MAKERNOTE()
3343 offset_val = value_ptr-info->offset_base; in exif_process_IFD_TAG_impl()
3692 exif_offset_info info; in exif_process_TIFF_in_JPEG() local
4220 exif_offset_info info; in exif_process_IFD_in_TIFF_impl() local
[all …]
/php-src/ext/mbstring/
H A Dmb_gpc.h39 const mbfl_encoding *_php_mb_encoding_handler_ex(const php_mb_encoding_handler_info_t *info, zval *…
/php-src/ext/opcache/tests/opt/
H A Dsccp_030.phpt2 SCCP 030: TYPE_CHECK inferred from type inference info
/php-src/ext/openssl/tests/
H A Dopenssl_csr_new_with_attribs.phpt36 'emailAddress' => 'info@example.com',
51 ['wrong' => 'info@example.com']
/php-src/ext/xsl/tests/
H A Dxsl-phpinfo.phpt2 Test phpinfo() displays xsl info
/php-src/ext/gd/libgd/
H A Dgdxpm.c20 XpmInfo info = {0}; in gdImageCreateFromXpm() local
30 ret = XpmReadFileToXpmImage(filename, &image, &info); in gdImageCreateFromXpm()
136 XpmFreeXpmInfo(&info); in gdImageCreateFromXpm()
/php-src/ext/opcache/tests/
H A Dref_range_1.phpt2 Range info for references (1)

Completed in 95 milliseconds

12345678910>>...14