Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt573 ++$test_counter, gettype($new_info), $new_info);
596 ++$test_counter, gettype($new_info), $new_info);
637 ++$test_counter, gettype($new_info), $new_info);
665 ++$test_counter, gettype($new_info), $new_info);
713 ++$test_counter, gettype($new_info), $new_info);
777 ++$test_counter, gettype($new_info), $new_info);
787 ++$test_counter, gettype($new_info), $new_info);
797 ++$test_counter, gettype($new_info), $new_info);
809 ++$test_counter, gettype($new_info), $new_info);
819 ++$test_counter, gettype($new_info), $new_info);
[all …]
/PHP-7.4/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-7.4/Zend/
H A Dzend.c1139 char *new_info; in END_EXTERN_C() local
1148 new_info = (char *) malloc(new_info_length + 1); in END_EXTERN_C()
1150 …snprintf(new_info, new_info_length, " with %s v%s, %s, by %s\n", extension->name, extension->ve… in END_EXTERN_C()
1153 strncat(zend_version_info, new_info, new_info_length); in END_EXTERN_C()
1155 free(new_info); in END_EXTERN_C()

Completed in 14 milliseconds