Home
last modified time | relevance | path

Searched refs:values (Results 76 – 100 of 1390) sorted by last modified time

12345678910>>...56

/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h636 zval *values; /* freed */ member
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt72 //failure values are put in to an array $failure_locale
H A Dvfprintf_variation10.phpt2 Test vfprintf() function : usage variations - char formats with non-char values
11 * Test vfprintf() when different char formats and non-char values are passed to
15 echo "*** Testing vfprintf() : char formats and non-char values ***\n";
25 // Arrays of non char values for the format defined in $format.
26 // Each sub array contains non char values which correspond to each format in $format
29 // array of float values
36 // array of int values
72 // and with non-char values from the above $args_array array
89 *** Testing vfprintf() : char formats and non-char values ***
H A Dvfprintf_variation12_64bit.phpt2 Test vfprintf() function : usage variations - octal formats with non-octal values
15 * Test vfprintf() when different octal formats and non-octal values are passed to
19 echo "*** Testing vfprintf() : octal formats and non-octal values ***\n";
29 // Arrays of non octal values for the format defined in $format.
30 // Each sub array contains non octal values which correspond to each format in $format
33 // array of float values
40 // array of int values
76 // and with non-octal values from the above $args_array array
93 *** Testing vfprintf() : octal formats and non-octal values ***
H A Dvfprintf_variation14_64bit.phpt2 Test vfprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vfprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vfprintf() : hexa formats and non-hexa values ***\n";
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
33 // array of float values
40 // array of int values
76 // and with non-hexa values from the above $args_array array
93 *** Testing vfprintf() : hexa formats and non-hexa values ***
H A Dvfprintf_variation16_64bit.phpt2 Test vfprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vfprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vfprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
30 // Each sub array contains signed values which correspond to each format in $format
33 // array of float values
69 // and with signed and other types of values from the above $args_array array
86 *** Testing vfprintf() : unsigned formats and signed & other types of values ***
H A Dvfprintf_variation18.phpt2 Test vfprintf() function : usage variations - scientific formats with non-scientific values
11 * Test vfprintf() when different scientific formats and non-scientific values are passed to
15 echo "*** Testing vfprintf() : scientific formats and non-scientific values ***\n";
25 // Arrays of non scientific values for the format defined in $format.
26 // Each sub array contains non scientific values which correspond to each format in $format
29 // array of float values
65 // and with non-scientific values from the above $args_array array
81 *** Testing vfprintf() : scientific formats and non-scientific values ***
H A Dvfprintf_variation4.phpt2 Test vfprintf() function : usage variations - int formats with non-integer values
15 * Test vfprintf() when different int formats and non-int values are passed to
19 echo "*** Testing vfprintf() : int formats and non-integer values ***\n";
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
33 // array of float values
70 // and with non-int values from the above $args_array array
87 *** Testing vfprintf() : int formats and non-integer values ***
H A Dvfprintf_variation6.phpt2 Test vfprintf() function : usage variations - float formats with non-float values
11 * Test vfprintf() when different float formats and non-float values are passed to
15 echo "*** Testing vfprintf() : float formats and non-float values ***\n";
25 // Arrays of non float values for the format defined in $format.
26 // Each sub array contains non float values which correspond to each format in $format
29 // array of int values
65 // and with non-float values from the above $args_array array
82 *** Testing vfprintf() : float formats and non-float values ***
H A Dvfprintf_variation8.phpt2 Test vfprintf() function : usage variations - string formats with non-string values
11 * Test vfprintf() when different string formats and non-string values are passed to
17 echo "*** Testing vfprintf() : string formats and non-string values ***\n";
27 // Arrays of non string values for the format defined in $format.
28 // Each sub array contains non string values which correspond to each format in $format
31 // array of float values
38 // array of int values
68 // and with non-string values from the above $args_array array
85 *** Testing vfprintf() : string formats and non-string values ***
H A Dvsprintf_variation10.phpt2 Test vsprintf() function : usage variations - char formats with non-char values
11 * Test vsprintf() when different char formats and non-char values are passed to
15 echo "*** Testing vsprintf() : char formats and non-char values ***\n";
25 // Arrays of non char values for the format defined in $format.
26 // Each sub array contains non char values which correspond to each format in $format
29 // array of float values
36 // array of int values
67 // and with non-char values from the above $args_array array
78 *** Testing vsprintf() : char formats and non-char values ***
H A Dvsprintf_variation12_64bit.phpt2 Test vsprintf() function : usage variations - octal formats with non-octal values
15 * Test vsprintf() when different octal formats and non-octal values are passed to
19 echo "*** Testing vsprintf() : octal formats and non-octal values ***\n";
29 // Arrays of non octal values for the format defined in $format.
30 // Each sub array contains non octal values which correspond to each format in $format
33 // array of float values
40 // array of int values
71 // and with non-octal values from the above $args_array array
82 *** Testing vsprintf() : octal formats and non-octal values ***
H A Dvsprintf_variation14_64bit.phpt2 Test vsprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vsprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vsprintf() : hexa formats and non-hexa values ***\n";
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
33 // array of float values
40 // array of int values
71 // and with non-hexa values from the above $args_array array
83 *** Testing vsprintf() : hexa formats and non-hexa values ***
H A Dvsprintf_variation16_64bit.phpt2 Test vsprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vsprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vsprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
30 // Each sub array contains signed values which correspond to each format in $format
33 // array of float values
64 // and with signed and other types of values from the above $args_array array
75 *** Testing vsprintf() : unsigned formats and signed & other types of values ***
/PHP-7.4/ext/standard/tests/file/
H A Dlstat_stat_basic.phpt57 // stat contains 13 different values stored twice, can be accessed using
59 echo "*** Testing stat() and lstat() : validating the values stored in stat ***\n";
60 // Initial stat values
65 // New stat values taken after creation of file & link
69 // compare the two stat values, initial stat and stat recorded after
90 *** Testing stat() and lstat() : validating the values stored in stat ***
H A Dfiletype_variation.phpt13 Description: Returns the type of the file. Possible values are fifo, char,
H A Dlstat_stat_variation19.phpt40 var_dump( stat($names[0]) ); // values stored with numeric index
44 var_dump( stat($names[1]) ); // values stored with numeric index
/PHP-7.4/ext/ldap/tests/
H A Dconnect.inc4 Default values are "localhost", "cn=Manager,dc=my-domain,dc=com", and password "secret".
5 Change the LDAP_TEST_* environment values if you want to use another configuration.
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getStaticPropertyValue_001.phpt20 echo "Retrieving static values from A:\n";
28 echo "\nRetrieving static values from B:\n";
34 echo "\nRetrieving non-existent values from A with no default value:\n";
51 Retrieving static values from A:
58 Retrieving static values from B:
63 Retrieving non-existent values from A with no default value:
H A DReflectionClass_setStaticPropertyValue_001.phpt20 echo "Set static values in A:\n";
27 echo "\nSet static values in B:\n";
36 echo "\nSet non-existent values from A with no default value:\n";
53 Set static values in A:
61 Set static values in B:
75 Set non-existent values from A with no default value:
/PHP-7.4/ext/standard/
H A Dbasic_functions.c596 ZEND_ARG_INFO(0, values) /* ARRAY_INFO(0, values, 0) */
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h78 PHPAPI void mysqlnd_minfo_print_hash(zval *values);
112 #define mysqlnd_get_connection_stats(conn, values) ((conn)->data)->m->get_statistics((conn)->data,… argument
113 #define mysqlnd_get_client_stats(values) _mysqlnd_get_client_stats(mysqlnd_global_stats, (values argument
338 PHPAPI void mysqlnd_minfo_print_hash(zval *values);
/PHP-7.4/ext/pgsql/
H A Dphp_pgsql.h213 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zv…
214 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt…
215 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zen…
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substitute_character_variation1.phpt57 //array of values to iterate over
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in417 ; overwrite the values previously defined in the php.ini. The directives are the
423 ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no.
427 ; overwrite previously defined php.ini values, but will append the new value
433 ; Default Value: nothing is defined by default except the values in php.ini and

Completed in 58 milliseconds

12345678910>>...56