Home
last modified time | relevance | path

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

/PHP-7.0/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);
725 ++$test_counter, gettype($new_info), $new_info);
789 ++$test_counter, gettype($new_info), $new_info);
799 ++$test_counter, gettype($new_info), $new_info);
809 ++$test_counter, gettype($new_info), $new_info);
821 ++$test_counter, gettype($new_info), $new_info);
831 ++$test_counter, gettype($new_info), $new_info);
[all …]
/PHP-7.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-7.0/Zend/
H A Dzend.c929 char *new_info; in END_EXTERN_C() local
938 new_info = (char *) malloc(new_info_length + 1); in END_EXTERN_C()
940 …snprintf(new_info, new_info_length, " with %s v%s, %s, by %s\n", extension->name, extension->ve… in END_EXTERN_C()
943 strncat(zend_version_info, new_info, new_info_length); in END_EXTERN_C()
945 free(new_info); in END_EXTERN_C()

Completed in 16 milliseconds