Home
last modified time | relevance | path

Searched refs:info (Results 226 – 250 of 326) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt48 Moritz Neuhaeuser, info@xcompile.net
/PHP-7.4/ext/dba/tests/
H A Ddba007.phpt7 die("info $HND handler used");
H A Ddba_db4_016.phpt7 die("info $HND handler used");
H A Ddba015.phpt7 die("info $HND handler used");
H A Ddba_cdb_001.phpt7 die('info CDB does not support replace or delete');
H A Ddba_db4_018.phpt7 die("info $HND handler used");
/PHP-7.4/ext/standard/tests/file/
H A D005_variation2-win32.phpt51 echo "\n*** testing file info ***";
72 *** testing file info ***
/PHP-7.4/sapi/phpdbg/tests/
H A Dinfo_001.phpt2 Test basic info functionality
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.h125 int phpdbg_watchpoint_segfault_handler(siginfo_t *info, void *context);
H A Dphpdbg_info.c418 if (ce->info.user.filename) { in PHPDBG_INFO()
419 …e=\"%s\" line=\"%u\"", "|---- in %s on line %u", ZSTR_VAL(ce->info.user.filename), ce->info.user.l… in PHPDBG_INFO()
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re474 zend_property_info *info = NULL;
565 info = zend_get_typed_property_info_for_slot(obj, old_data);
569 if (UNEXPECTED(info)) {
577 (*var_hash)->ref_props, (zend_uintptr_t) data, info);
601 if (UNEXPECTED(info)) {
602 if (!zend_verify_prop_assignable_by_ref(info, data, /* strict */ 1)) {
609 ZEND_REF_ADD_TYPE_SOURCE(Z_REF_P(data), info);
808 zend_property_info *info = NULL;
810 info = zend_hash_index_find_ptr((*var_hash)->ref_props, (zend_uintptr_t) rval_ref);
813 if (info) {
[all …]
H A Dconfig.w3231 info.c iptc.c lcg.c link.c mail.c math.c md5.c metaphone.c microtime.c \
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c405 if (ce->info.user.filename) { in zend_persist_class_entry_calc()
406 ADD_STRING(ce->info.user.filename); in zend_persist_class_entry_calc()
408 if (ZCG(accel_directives).save_comments && ce->info.user.doc_comment) { in zend_persist_class_entry_calc()
409 ADD_STRING(ce->info.user.doc_comment); in zend_persist_class_entry_calc()
H A Dzend_persist.c766 if (ce->info.user.filename) { in zend_persist_class_entry()
768 zend_accel_memdup_string(ce->info.user.filename); in zend_persist_class_entry()
770 if (ce->info.user.doc_comment) { in zend_persist_class_entry()
772 zend_accel_store_interned_string(ce->info.user.doc_comment); in zend_persist_class_entry()
774 if (!zend_shared_alloc_get_xlat_entry(ce->info.user.doc_comment)) { in zend_persist_class_entry()
775 zend_shared_alloc_register_xlat_entry(ce->info.user.doc_comment, ce->info.user.doc_comment); in zend_persist_class_entry()
776 zend_string_release_ex(ce->info.user.doc_comment, 0); in zend_persist_class_entry()
778 ce->info.user.doc_comment = NULL; in zend_persist_class_entry()
/PHP-7.4/ext/spl/
H A Dspl_observer.c971 ZEND_ARG_INFO(0, info)
1074 zval *iterator = NULL, *info = NULL; in SPL_METHOD() local
1076 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|z!", &iterator, zend_ce_iterator, &info) == FAILURE)… in SPL_METHOD()
1082 if (info != NULL) { in SPL_METHOD()
1085 if (Z_TYPE_P(info) != IS_LONG && Z_TYPE_P(info) != IS_STRING) { in SPL_METHOD()
1092 if (fast_is_identical_function(info, &element->inf)) { in SPL_METHOD()
1100 spl_object_storage_attach(intern, ZEND_THIS, iterator, info); in SPL_METHOD()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_multi_stmt_nextrowset.phpt72 $info = $db->errorInfo();
73 var_dump($info[0]);
/PHP-7.4/ext/date/tests/
H A Ddate_parse_error.phpt6 * Description: Returns associative array with detailed info about given date.
/PHP-7.4/Zend/
H A Dzend_execute.c904 if (ZEND_TYPE_IS_CLASS(info->type)) { in zend_verify_property_type_error()
906 ZSTR_VAL(info->ce->name), in zend_verify_property_type_error()
907 zend_get_unmangled_property_name(info->name), in zend_verify_property_type_error()
909 ZEND_TYPE_ALLOW_NULL(info->type) ? " or null" : "", in zend_verify_property_type_error()
913 ZSTR_VAL(info->ce->name), in zend_verify_property_type_error()
914 zend_get_unmangled_property_name(info->name), in zend_verify_property_type_error()
916 ZEND_TYPE_ALLOW_NULL(info->type) ? " or null" : "", in zend_verify_property_type_error()
954 if (ZEND_TYPE_IS_CLASS(info->type)) { in i_zend_check_property_type()
959 …if (UNEXPECTED(!ZEND_TYPE_IS_CE(info->type)) && UNEXPECTED(!zend_resolve_class_type(&info->type, i… in i_zend_check_property_type()
970 return ZEND_TYPE_ALLOW_NULL(info->type); in i_zend_check_property_type()
[all …]
/PHP-7.4/ext/snmp/tests/
H A DREADME.md11 suitable (see `snmp_include.inc` for more info):
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_control_string.phpt73 print "libmysql/DBUG package prints some debug info here."
H A Dmysqli_more_results.phpt50 … // NOTE: if you use mysqli_use_result() with mysqli_more_results() or any other info function,
H A Dbug34810.phpt84 ["info"]=>
/PHP-7.4/TSRM/
H A Dtsrm_win32.c77 CloseHandle(ptr->info); in tsrm_win32_dtor()
674 shm->info = info_handle; in shmget()
675 shm->descriptor = MapViewOfFileEx(shm->info, FILE_MAP_ALL_ACCESS, 0, 0, 0, NULL); in shmget()
696 CloseHandle(shm->info); in shmget()
/PHP-7.4/
H A Drun-tests.php2124 $info = '';
2169 $info = " (info: $m[1])";
2176 $info = " (warn: $m[1])";
2631 $info = " (warn: XFAIL section but test passes)";
2634 $info = " (warn: XLEAK section but test passes)";
2661 $info = " (warn: XFAIL section but test passes)";
2664 $info = " (warn: XLEAK section but test passes)";
2699 $info = ' XFAIL REASON: ' . rtrim($section_text['XFAIL']);
2702 $info = ' XLEAK REASON: ' . rtrim($section_text['XLEAK']);
2765 'info' => $info,
[all …]
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c2172 zend_ssa_var_info *info = &ssa->var_info[var_num]; in value_from_type_and_range() local
2179 if (info->type & MAY_BE_UNDEF) { in value_from_type_and_range()
2183 if (!(info->type & ((MAY_BE_ANY|MAY_BE_UNDEF)-MAY_BE_NULL))) { in value_from_type_and_range()
2187 if (!(info->type & ((MAY_BE_ANY|MAY_BE_UNDEF)-MAY_BE_FALSE))) { in value_from_type_and_range()
2191 if (!(info->type & ((MAY_BE_ANY|MAY_BE_UNDEF)-MAY_BE_TRUE))) { in value_from_type_and_range()
2198 if (!(info->type & ((MAY_BE_ANY|MAY_BE_UNDEF)-MAY_BE_LONG)) in value_from_type_and_range()
2199 && info->has_range in value_from_type_and_range()
2200 && !info->range.overflow && !info->range.underflow in value_from_type_and_range()
2201 && info->range.min == info->range.max) { in value_from_type_and_range()
2202 ZVAL_LONG(tmp, info->range.min); in value_from_type_and_range()

Completed in 76 milliseconds

12345678910>>...14