/PHP-5.4/ext/standard/tests/array/ |
H A D | compact_variation1.phpt | 2 Test compact() function : usage variations - arrays containing references. 5 /* Prototype : proto array compact(mixed var_names [, mixed ...]) 11 * compact variations - arrays with references 23 var_dump(compact($arr1)); 24 var_dump(compact($arr2)); 25 var_dump(compact($arr3)); 31 Warning: compact(): recursion detected in %s on line %d 37 Warning: compact(): recursion detected in %s on line %d 39 Warning: compact(): recursion detected in %s on line %d 41 Warning: compact(): recursion detected in %s on line %d [all …]
|
H A D | compact_error.phpt | 2 Test compact() function : error conditions 5 /* Prototype : proto array compact(mixed var_names [, mixed ...]) 12 * Error -tests test compact with zero arguments. 15 echo "*** Testing compact() : error conditions ***\n"; 18 echo "\n-- Testing compact() function with Zero arguments --\n"; 19 var_dump( compact() ); 25 *** Testing compact() : error conditions *** 27 -- Testing compact() function with Zero arguments -- 29 Warning: compact() expects at least 1 parameter, 0 given in %s on line %d
|
H A D | compact_basic.phpt | 2 Test compact() function : basic functionality 5 /* Prototype : proto array compact(mixed var_names [, mixed ...]) 15 echo "*** Testing compact() : basic functionality ***\n"; 25 var_dump (compact(array("a", "b", "c", "d", "e", "f"))); 27 var_dump (compact("a", "b", "c", "d", "e", "f")); 28 var_dump (compact(array("keyval"=>"a", "b"=>"b", "c"=>1))); 31 var_dump (compact(array(10, 0.3, true, array(20), NULL))); 32 var_dump (compact(10, 0.3, true, array(20), NULL)); 33 var_dump (compact(array("g"))); 38 *** Testing compact() : basic functionality ***
|
H A D | compact_variation2.phpt | 2 Test compact() function: ensure compact() doesn't pick up variables declared outside of current sco… 5 /* Prototype : proto array compact(mixed var_names [, mixed ...]) 10 echo "*** Testing compact() : usage variations - variables outside of current scope ***\n"; 18 var_dump(compact('a','b','c')); 19 var_dump(compact(array('a','b','c'))); 27 *** Testing compact() : usage variations - variables outside of current scope ***
|
H A D | compact.phpt | 2 compact() 15 $result = compact("event", $location_vars);
|
/PHP-5.4/ext/json/tests/ |
H A D | pass001.phpt | 56 \"compact\": [1,2,3,4,5,6,7], 139 "compact": [1,2,3,4,5,6,7], 256 ["compact"]=> 394 ["compact"]=> 432 …":"\/\/ \/* <!-- --","# -- --> *\/":" "," s p a c e d ":[1,2,3,4,5,6,7],"compact":[1,2,3,4,5,6,7],… 434 …":"\/\/ \/* <!-- --","# -- --> *\/":" "," s p a c e d ":[1,2,3,4,5,6,7],"compact":[1,2,3,4,5,6,7],… 536 ["compact"]=> 674 ["compact"]=>
|
H A D | pass001.1.phpt | 67 \"compact\": [1,2,3,4,5,6,7], 155 "compact": [1,2,3,4,5,6,7], 315 ["compact"]=> 496 ["compact"]=> 534 …":"\/\/ \/* <!-- --","# -- --> *\/":" "," s p a c e d ":[1,2,3,4,5,6,7],"compact":[1,2,3,4,5,6,7],… 536 …":"\/\/ \/* <!-- --","# -- --> *\/":" "," s p a c e d ":[1,2,3,4,5,6,7],"compact":[1,2,3,4,5,6,7],… 681 ["compact"]=> 862 ["compact"]=>
|
H A D | pass001.1_64bit.phpt | 67 \"compact\": [1,2,3,4,5,6,7], 155 "compact": [1,2,3,4,5,6,7], 315 ["compact"]=> 496 ["compact"]=> 534 …":"\/\/ \/* <!-- --","# -- --> *\/":" "," s p a c e d ":[1,2,3,4,5,6,7],"compact":[1,2,3,4,5,6,7],… 536 …":"\/\/ \/* <!-- --","# -- --> *\/":" "," s p a c e d ":[1,2,3,4,5,6,7],"compact":[1,2,3,4,5,6,7],… 681 ["compact"]=> 862 ["compact"]=>
|
/PHP-5.4/ext/standard/ |
H A D | php_array.h | 55 PHP_FUNCTION(compact);
|
H A D | array.c | 1512 PHP_FUNCTION(compact) in PHP_FUNCTION() argument
|
H A D | basic_functions.c | 3295 PHP_FE(compact, arginfo_compact)
|
/PHP-5.4/Zend/ |
H A D | zend_alloc.h | 222 void (*compact)(zend_mm_storage *storage); member
|
H A D | zend_alloc.c | 1710 storage->handlers->compact(storage); in zend_mm_shutdown()
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 229 0 short 0421 0421 Alliant compact executable 3347 0 lelong 0314 386 compact demand paged pure executable 3982 # compress, gzip, pack, compact, huf, squeeze, crunch, freeze, yabba, etc. 8068 0 lelong&0377777777 041400314 FreeBSD/i386 compact demand paged 14749 0 short 0x2a17 "compact bitmap" format (Poskanzer)
|
/PHP-5.4/build/ |
H A D | libtool.m4 | 2428 …lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand pa…
|
/PHP-5.4/ |
H A D | NEWS | 4731 . Added "compact" handler for Zend MM storage. (Dmitry)
|