Home
last modified time | relevance | path

Searched refs:new_info (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt569 ++$test_counter, gettype($new_info), $new_info);
592 ++$test_counter, gettype($new_info), $new_info);
633 ++$test_counter, gettype($new_info), $new_info);
661 ++$test_counter, gettype($new_info), $new_info);
709 ++$test_counter, gettype($new_info), $new_info);
773 ++$test_counter, gettype($new_info), $new_info);
783 ++$test_counter, gettype($new_info), $new_info);
793 ++$test_counter, gettype($new_info), $new_info);
805 ++$test_counter, gettype($new_info), $new_info);
815 ++$test_counter, gettype($new_info), $new_info);
[all …]
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_info.phpt25 $new_info = $db->getAttribute(PDO::ATTR_SERVER_INFO);
26 if (soundex($new_info) != soundex($info))
/PHP-8.2/Zend/
H A Dzend.c1236 char *new_info; in zend_append_version_info() local
1245 new_info = (char *) malloc(new_info_length + 1); in zend_append_version_info()
1247 …snprintf(new_info, new_info_length, " with %s v%s, %s, by %s\n", extension->name, extension->ve… in zend_append_version_info()
1250 strncat(zend_version_info, new_info, new_info_length); in zend_append_version_info()
1252 free(new_info); in zend_append_version_info()
/PHP-8.2/ext/exif/
H A Dexif.c3155 exif_offset_info new_info; in exif_process_IFD_in_MAKERNOTE() local
3230 exif_offset_info_init(&new_info, value_ptr, value_ptr, value_len); in exif_process_IFD_in_MAKERNOTE()
3231 info = &new_info; in exif_process_IFD_in_MAKERNOTE()

Completed in 261 milliseconds