Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_server.phpt2 PDO_OCI: Attribute: Server version and info
27 echo "Unexpected result. Server info was:\n";
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_info_read.phpt27 while ($info = curl_multi_info_read($mh)) {
28 var_dump($info);
/PHP-7.4/ext/ldap/tests/
H A Dldap_exop_refresh.phpt11 $info = ldap_get_entries($link, $r)[0];
12 if (!isset($info['dynamicsubtrees'])) {
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt5 /* Prototype : array getimagesize(string imagefile [, array info])
31 var_dump( getimagesize(__DIR__."/$filename", $info) );
32 var_dump( $info );
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-7.4/ext/opcache/
H A Dshared_alloc_win32.c118 MEMORY_BASIC_INFORMATION info; in zend_shared_alloc_reattach() local
137 VirtualQuery(wanted_mapping_base, &info, sizeof(info)) == 0 || in zend_shared_alloc_reattach()
138 info.State != MEM_FREE || in zend_shared_alloc_reattach()
139 info.RegionSize < requested_size) { in zend_shared_alloc_reattach()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.h70 PHPAPI enum_func_status mysqlnd_error_info_init(MYSQLND_ERROR_INFO * const info, const zend_bool pe…
71 PHPAPI void mysqlnd_error_info_free_contents(MYSQLND_ERROR_INFO * const info);
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation3.phpt30 echo "Locale info, before setting the locale\n";
40 echo "Locale info, after setting the locale\n";
58 Locale info, before setting the locale
108 Locale info, after setting the locale
H A Dsetlocale_variation4.phpt30 echo "Locale info, before setting the locale\n";
39 echo "Locale info, after setting the locale\n";
56 Locale info, before setting the locale
106 Locale info, after setting the locale
H A Dsetlocale_variation5.phpt30 echo "Locale info, before setting the locale\n";
41 echo "Locale info, after setting the locale\n";
60 Locale info, before setting the locale
110 Locale info, after setting the locale
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_properties_no_conn.phpt77 assert(@mysqli_info($mysqli) == @$mysqli->info);
78 printf("mysqli->info = '%s'/%s ('%s'/%s)\n",
79 @$mysqli->info, gettype(@$mysqli->info),
157 info = 'false'
177 info = 'false'
198 mysqli->info = ''/boolean (''/boolean)
228 info = 'false'
248 info = 'false'
269 mysqli->info = ''/boolean (''/boolean)
/PHP-7.4/Zend/
H A Dzend_alloc.c1292 zend_mm_page_info info; local
1297 info = chunk->map[page_num];
1393 zend_mm_page_info info; local
1397 info = chunk->map[page_num];
1541 if (info & ZEND_MM_IS_SRUN) {
1902 zend_mm_page_info info; local
1922 info = chunk->map[page_num];
1924 if (info & ZEND_MM_IS_LRUN) {
1926 info = chunk->map[page_num];
1951 info = chunk->map[page_num];
[all …]
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_init_command.phpt28 $info = $db->errorInfo();
29 var_dump($info[0]);
/PHP-7.4/ext/standard/
H A Dimage.c439 static int php_read_APP(php_stream * stream, unsigned int marker, zval *info) in php_read_APP() argument
463 add_assoc_stringl(info, markername, buffer, length); in php_read_APP()
473 static struct gfxinfo *php_handle_jpeg (php_stream * stream, zval *info) in php_handle_jpeg() argument
533 if (info) { in php_handle_jpeg()
534 if (!php_read_APP(stream, marker, info)) { /* read all the app marks... */ in php_handle_jpeg()
1409 if (info) { in php_getimagesize_from_stream()
1410 result = php_handle_jpeg(stream, info); in php_getimagesize_from_stream()
1493 zval *info = NULL; in php_getimagesize_from_any() local
1502 Z_PARAM_ZVAL(info) in php_getimagesize_from_any()
1511 info = zend_try_array_init(info); in php_getimagesize_from_any()
[all …]
/PHP-7.4/ext/spl/tests/
H A Dbug71412.phpt2 Bug#71412 ArrayIterator reflection parameter info
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c103 zval ex, info; in pdo_raise_impl_error() local
111 array_init(&info); in pdo_raise_impl_error()
114 add_next_index_long(&info, 0); in pdo_raise_impl_error()
116 zval_ptr_dtor(&info); in pdo_raise_impl_error()
134 zval info; in pdo_handle_error() local
150 ZVAL_UNDEF(&info); in pdo_handle_error()
152 array_init(&info); in pdo_handle_error()
186 if (!Z_ISUNDEF(info)) { in pdo_handle_error()
193 if (!Z_ISUNDEF(info)) { in pdo_handle_error()
194 zval_ptr_dtor(&info); in pdo_handle_error()
[all …]
/PHP-7.4/ext/opcache/tests/opt/
H A Dsccp_030.phpt2 SCCP 030: TYPE_CHECK inferred from type inference info
/PHP-7.4/ext/opcache/tests/
H A Dref_range_1.phpt2 Range info for references (1)
H A Dis_script_cached.phpt2 Test that script cached info is correct
/PHP-7.4/ext/mbstring/
H A Dmb_gpc.h48 const mbfl_encoding *_php_mb_encoding_handler_ex(const php_mb_encoding_handler_info_t *info, zval *…
/PHP-7.4/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-7.4/ext/xsl/tests/
H A Dxsl-phpinfo.phpt2 Test phpinfo() displays xsl info
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_008.phpt2 Test typed properties inheritance (missing info)
/PHP-7.4/Zend/tests/
H A Dbug75290.phpt2 Bug #75290 (debug info of Closures of internal functions contain garbage argument names)
/PHP-7.4/ext/hash/tests/
H A Dhash_hkdf_rfc5869.phpt6 /* Prototype : string hkdf ( string $algo , string $ikm [, int $length , string $info = '' , s…
28 echo "Test case 3 (SHA-256 with zero-length salt, info): ",
52 echo "Test case 6 (SHA-1 with zero-length salt, info): ",
60 echo "Test case 7 (SHA-1 with zero-length info, salt not provided): ",
73 Test case 3 (SHA-256 with zero-length salt, info): 8da4e775a563c18f715f802a063c5a31b8a11f5c5ee1879e…
76 Test case 6 (SHA-1 with zero-length salt, info): 0ac1af7002b3d761d1e55298da9d0506b9ae52057220a306e0…
77 Test case 7 (SHA-1 with zero-length info, salt not provided): 2c91117204d745f3500d636a62f64f0ab3bae…

Completed in 45 milliseconds

12345678910>>...14