Home
last modified time | relevance | path

Searched refs:info (Results 251 – 275 of 326) sorted by relevance

1...<<11121314

/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c133 && EXPECTED(ce->info.user.filename == filename)) { in zend_accel_move_user_classes()
526 zend_set_compiled_filename(ce1->info.user.filename); in zend_accel_class_hash_copy()
527 CG(zend_lineno) = ce1->info.user.line_start; in zend_accel_class_hash_copy()
563 zend_set_compiled_filename(ce1->info.user.filename); in zend_accel_class_hash_copy_from_shm()
564 CG(zend_lineno) = ce1->info.user.line_start; in zend_accel_class_hash_copy_from_shm()
H A DZendAccelerator.c636 zend_property_info *info; in accel_copy_permanent_strings() local
638 info = (zend_property_info*)Z_PTR(q->val); in accel_copy_permanent_strings()
644 if (info->name) { in accel_copy_permanent_strings()
645 info->name = new_interned_string(info->name); in accel_copy_permanent_strings()
3305 if (ce->info.user.filename != filename) { in preload_move_user_classes()
3306 filename = ce->info.user.filename; in preload_move_user_classes()
3762 || parent->info.user.filename == ce->info.user.filename)) { in preload_link()
3810 E_WARNING, ZSTR_VAL(ce->info.user.filename), ce->info.user.line_start, in preload_link()
3816 E_WARNING, ZSTR_VAL(ce->info.user.filename), ce->info.user.line_start, in preload_link()
3825 E_WARNING, ZSTR_VAL(ce->info.user.filename), ce->info.user.line_start, in preload_link()
[all …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1162 if (info->i_buf != NULL && info->i_len >= siz) {
1262 - free(*info);
1263 + efree(*info);
1265 *info = NULL;
1292 - free(*info);
1293 + efree(*info);
1294 *info = NULL;
1328 - free(info);
1329 + efree(info);
3238 - free(info);
[all …]
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c1382 const char * info = mysql_get_client_info(); local
1383 if (info) {
1384 RETURN_STRING(info);
1437 const char *info; local
1444 info = mysql_get_server_info(mysql->mysql);
1445 if (info) {
1446 RETURN_STRING(info);
1473 const char *info; local
1480 info = mysql_info(mysql->mysql);
1481 if (info) {
[all …]
H A Dphp_mysqli_structs.h123 void *info; /* additional buffer */ member
/PHP-7.4/Zend/
H A Dzend_compile.c224 for (; info->name; ++info) { in zend_lookup_builtin_type_by_name()
226 && zend_binary_strcasecmp(ZSTR_VAL(name), ZSTR_LEN(name), info->name, info->name_len) == 0 in zend_lookup_builtin_type_by_name()
228 return info->type; in zend_lookup_builtin_type_by_name()
641 zend_loop_var info = {0}; in zend_begin_loop() local
651 info.opcode = free_opcode; in zend_begin_loop()
652 info.var_type = loop_var->op_type; in zend_begin_loop()
653 info.var_num = loop_var->u.op.var; in zend_begin_loop()
656 info.opcode = ZEND_NOP; in zend_begin_loop()
5607 info->varvars_used = 1; in find_implicit_binds_recursively()
5987 closure_info info; in zend_compile_func_decl() local
[all …]
H A Dzend_execute.h402 zend_bool zend_verify_property_type(zend_property_info *info, zval *property, zend_bool strict);
403 ZEND_COLD void zend_verify_property_type_error(zend_property_info *info, zval *property);
H A Dzend_closures.c574 zval info; in zend_closure_get_debug_info() local
590 ZVAL_NEW_STR(&info, zend_strpprintf(0, "%s", i >= required ? "<optional>" : "<required>")); in zend_closure_get_debug_info()
591 zend_hash_update(Z_ARRVAL(val), name, &info); in zend_closure_get_debug_info()
/PHP-7.4/win32/
H A Dioutil.h276 …32_ioutil_realpath_w_ex0(const wchar_t *path, wchar_t *resolved, PBY_HANDLE_FILE_INFORMATION info);
638 … *php_win32_ioutil_realpath_ex0(const char *path, char *resolved, PBY_HANDLE_FILE_INFORMATION info) in php_win32_ioutil_realpath_ex0() argument
650 if (NULL == php_win32_ioutil_realpath_w_ex0(pathw, retw, info)) { in php_win32_ioutil_realpath_ex0()
/PHP-7.4/ext/hash/
H A Dhash.c626 zend_string *returnval, *ikm, *algo, *info = NULL, *salt = NULL; in PHP_FUNCTION() local
634 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "SS|lSS", &algo, &ikm, &length, &info, &salt) == FAILUR… in PHP_FUNCTION()
694 if (info != NULL && ZSTR_LEN(info) > 0) { in PHP_FUNCTION()
695 ops->hash_update(context, (unsigned char *) ZSTR_VAL(info), ZSTR_LEN(info)); in PHP_FUNCTION()
/PHP-7.4/tests/output/
H A Dob_start_basic_004.phpt11 // In HEAD, $chunk_size value of 1 should not have any special behaviour (http://marc.info/?l=php-i…
/PHP-7.4/ext/mbstring/libmbfl/
H A DREADME.md40 …[Detailed info](https://github.com/hirokawa/libmbfl/wiki/Introduction-to-libmbflhttps:--github.com…
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt2 mysqli_stmt_get_result() - meta data, field info
H A Dmysqli_debug_append.phpt88 print "libmysql/DBUG package prints some debug info here."
/PHP-7.4/ext/hash/tests/
H A Dhash_hkdf_basic.phpt6 /* Prototype : string hkdf ( string $algo , string $ikm [, int $length , string $info = '' , s…
H A Dhash_hkdf_error.phpt6 /* Prototype : string hkdf ( string $algo , string $ikm [, int $length , string $info = '' , s…
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt59 printf("[005] Wrong error info %s\n", $tmp);
/PHP-7.4/appveyor/
H A Dbuild_task.bat36 rem SDK is cached, deps info is cached as well
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c86 static int pdo_sqlite_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in pdo_sqlite_fetch_error_func() argument
92 add_next_index_long(info, einfo->errcode); in pdo_sqlite_fetch_error_func()
93 add_next_index_string(info, einfo->errmsg); in pdo_sqlite_fetch_error_func()
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c34 static int pdo_oci_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) /* {{{ */ in pdo_oci_fetch_error_func() argument
50 add_next_index_long(info, einfo->errcode); in pdo_oci_fetch_error_func()
51 add_next_index_string(info, einfo->errmsg); in pdo_oci_fetch_error_func()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c118 static int pdo_mysql_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in pdo_mysql_fetch_error_func() argument
133 add_next_index_long(info, einfo->errcode); in pdo_mysql_fetch_error_func()
134 add_next_index_string(info, einfo->errmsg); in pdo_mysql_fetch_error_func()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c302 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in _class_string()
319 if (ce->type == ZEND_INTERNAL_CLASS && ce->info.internal.module) { in _class_string()
362 ce->info.user.line_start, ce->info.user.line_end); in _class_string()
913 …if (ce->type == ZEND_INTERNAL_CLASS && ce->info.internal.module && !strcasecmp(ce->info.internal.m… in _extension_class_string()
4027 RETURN_STR_COPY(ce->info.user.filename); in ZEND_METHOD()
4045 RETURN_LONG(ce->info.user.line_start); in ZEND_METHOD()
4063 RETURN_LONG(ce->info.user.line_end); in ZEND_METHOD()
4081 RETURN_STR_COPY(ce->info.user.doc_comment); in ZEND_METHOD()
5159 RETURN_STRING(ce->info.internal.module->name); in ZEND_METHOD()
5887 …if (ce->type == ZEND_INTERNAL_CLASS && ce->info.internal.module && !strcasecmp(ce->info.internal.m… in add_extension_class()
[all …]
/PHP-7.4/
H A D.gitignore4 # .git/info/exclude in the cloned repository or a global .gitignore file.
255 /php_lcov.info
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_include.inc9 $users = array("webmaster", "info", "admin", "foo"); // tests require 4 valid userids
/PHP-7.4/ext/phar/
H A Dphar_object.c182 fp = phar_get_efp(info, 1); in phar_file_action()
186 if (!phar_open_jit(phar, info, &error)) { in phar_file_action()
193 fp = phar_get_efp(info, 1); in phar_file_action()
196 phar_seek_efp(info, 0, SEEK_SET, 0, 1); in phar_file_action()
203 if (position == (zend_off_t) info->uncompressed_filesize) { in phar_file_action()
312 phar_entry_info *info; in phar_do_404() local
315 info = phar_get_entry_info(phar, f404, f404_len, NULL, 1); in phar_do_404()
317 if (info) { in phar_do_404()
552 phar_entry_info *info = NULL; in PHP_METHOD() local
767 (info = phar_get_entry_info(phar, entry, entry_len, NULL, 0)) == NULL) { in PHP_METHOD()
[all …]

Completed in 215 milliseconds

1...<<11121314