Home
last modified time | relevance | path

Searched refs:array_keys (Results 1 – 25 of 43) sorted by path

12

/PHP-7.1/
H A DNEWS4089 . Fixed bug #70668 (array_keys() doesn't respect references when $strict is
/PHP-7.1/Zend/tests/
H A D019.phpt114 $keys = array_keys($array_var);
H A Dbug64555.phpt24 var_dump($a, array_keys($a));
/PHP-7.1/Zend/tests/multibyte/
H A Dbug68665.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_001.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_002.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_003.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_004.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_005.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dmultibyte_encoding_006.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
/PHP-7.1/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_006.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
H A Dscalar_strict_declaration_placement_007.phpt5 if (!in_array("zend.detect_unicode", array_keys(ini_get_all()))) {
/PHP-7.1/ext/date/tests/
H A Dbug51819.phpt10 foreach (array_keys($aTzAbbr) as $sKey) {
11 foreach (array_keys($aTzAbbr[$sKey]) as $iIndex) {
/PHP-7.1/ext/mbstring/tests/
H A Dmb_get_info.phpt22 foreach (array_keys($result) as $key) {
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_interface.phpt50 $variables = array_keys(get_class_vars(get_class($driver)));
56 $variables = array_keys(get_object_vars($driver));
H A Dmysqli_class_mysqli_properties_no_conn.phpt16 $variables = array_keys(get_class_vars(get_class($mysqli)));
23 $variables = array_keys(get_object_vars($mysqli));
H A Dmysqli_class_mysqli_result_interface.phpt70 $variables = array_keys(get_class_vars(get_class($mysqli_result)));
76 $variables = array_keys(get_object_vars($mysqli_result));
H A Dmysqli_class_mysqli_stmt_interface.phpt72 $variables = array_keys(get_class_vars(get_class($stmt)));
78 $variables = array_keys(get_object_vars($stmt));
/PHP-7.1/ext/phar/phar/
H A Dclicommand.inc175 if (!in_array($arg, array_keys($cfg['select']))) {
176 …self::error("Parameter value '$arg' not one of '" . join("', '", array_keys($cfg['select'])) . "'.…
347 echo join(' ', array_keys($this->cmds)) . "\n";
/PHP-7.1/ext/phar/tests/files/
H A Dpear2coverage.phar.php1560 return array_keys($modifiedTests);
/PHP-7.1/ext/reflection/tests/
H A D001.phpt73 $props = array_keys(get_class_vars('ReflectionClassEx'));
H A Dbug38132.phpt12 var_dump($properties, array_keys($properties));
/PHP-7.1/ext/spl/tests/
H A Dbug62433.phpt5 $dots = array_keys(iterator_to_array(new RecursiveDirectoryIterator(__DIR__)));
6 $ndots = array_keys(iterator_to_array(new RecursiveDirectoryIterator(__DIR__, FilesystemIterator::S…
/PHP-7.1/ext/standard/
H A Darray.c3274 PHP_FUNCTION(array_keys) argument
H A Dbasic_functions.c3325 PHP_FE(array_keys, arginfo_array_keys)

Completed in 67 milliseconds

12