Home
last modified time | relevance | path

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

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt568 ++$test_counter, gettype($new_info), $new_info);
591 ++$test_counter, gettype($new_info), $new_info);
632 ++$test_counter, gettype($new_info), $new_info);
660 ++$test_counter, gettype($new_info), $new_info);
708 ++$test_counter, gettype($new_info), $new_info);
772 ++$test_counter, gettype($new_info), $new_info);
782 ++$test_counter, gettype($new_info), $new_info);
792 ++$test_counter, gettype($new_info), $new_info);
804 ++$test_counter, gettype($new_info), $new_info);
814 ++$test_counter, gettype($new_info), $new_info);
[all …]
/PHP-8.0/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.0/Zend/
H A Dzend.c1179 char *new_info; in END_EXTERN_C() local
1188 new_info = (char *) malloc(new_info_length + 1); in END_EXTERN_C()
1190 …snprintf(new_info, new_info_length, " with %s v%s, %s, by %s\n", extension->name, extension->ve… in END_EXTERN_C()
1193 strncat(zend_version_info, new_info, new_info_length); in END_EXTERN_C()
1195 free(new_info); in END_EXTERN_C()
/PHP-8.0/ext/exif/
H A Dexif.c3139 exif_offset_info new_info; in exif_process_IFD_in_MAKERNOTE() local
3208 exif_offset_info_init(&new_info, value_ptr, value_ptr, value_len); in exif_process_IFD_in_MAKERNOTE()
3209 info = &new_info; in exif_process_IFD_in_MAKERNOTE()

Completed in 39 milliseconds