Home
last modified time | relevance | path

Searched refs:null (Results 401 – 425 of 1738) sorted by relevance

1...<<11121314151617181920>>...70

/PHP-5.3/Zend/
H A Dzend_vm_gen.php526 if ($param == null) {
991 $handler = null;
992 $helper = null;
1027 $helper = null;
1044 $handler = null;
1066 $handler = null;
1090 } else if ($handler !== null) {
1093 } else if ($helper !== null) {
1238 if ($h['param'] == null) {
1250 } else if ($helpers[$name]["param"] == null) {
[all …]
/PHP-5.3/ext/spl/tests/
H A DSplFixedArray__construct_param_null.phpt2 SplFixedArray::__construct() with null passed as parameter.
H A DarrayObject_offsetExists_nullcheck.phpt5 $ao = new ArrayObject(array('foo' => null));
H A Dpqueue_current_error.phpt2 SPL: SplPriorityQueue current on empty queue should give null
/PHP-5.3/ext/bcmath/libbcmath/
H A Dmkinstalldirs23 mkdir "$pathcomp" > /dev/null 2>&1 || lasterr=$?
/PHP-5.3/ext/bcmath/tests/
H A Dbug60377.phpt9 $var414 = bcadd(false,null,10);
/PHP-5.3/ext/standard/tests/general_functions/
H A Dbug43293_1.phpt10 $argv = null;
H A Descapeshellarg_variation1-win32.phpt47 // null data
49 null,
H A Descapeshellarg_variation1.phpt47 // null data
49 null,
/PHP-5.3/tests/lang/
H A Dbug23624.phpt2 Bug #23624 (foreach leaves current array key as null)
/PHP-5.3/ext/xml/tests/
H A Dxml_parse_into_struct_error.phpt26 var_dump( xml_parse_into_struct(null, $data, $struct, $index, $extra_arg) );
32 var_dump( xml_parse_into_struct(null, $data) );
H A Dxml_set_object_error.phpt27 var_dump( xml_set_object(null, $obj, $extra_arg) );
34 var_dump( xml_set_object(null) );
/PHP-5.3/ext/standard/tests/file/
H A Dbug60120.phpt42 $e = null;
58 $writePipes = null;
H A Dchmod_variation4.phpt68 // null data
70 'lowercase null' => null,
148 --lowercase null--
/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_getDefaultProperties_002.phpt11 var_dump($rc->getDefaultProperties(null));
15 var_dump($rc->getStaticProperties(null));
/PHP-5.3/ext/sysvshm/tests/
H A D005.phpt15 shm_put_var($s, 3, null);
33 shm_put_var($s, 3, null);
/PHP-5.3/ext/standard/tests/network/
H A Dfsockopen_basic.phpt20 $errno = null;
21 $errstr = null;
/PHP-5.3/ext/standard/tests/array/
H A Darray_flip_variation5.phpt28 // array with null key repeatition
29 $input = array(null => "Hello", NULL => 0);
/PHP-5.3/ext/curl/tests/
H A Dcurl_basic_017.phpt40 $running=null;
42 $state = null;
/PHP-5.3/ext/mcrypt/tests/
H A Dmcrypt_ecb_variation2.phpt84 // null data
86 'lowercase null' => null,
172 --lowercase null--
H A Dmcrypt_encrypt_variation2.phpt84 // null data
86 'lowercase null' => null,
172 --lowercase null--
H A Dmcrypt_encrypt_variation3.phpt84 // null data
86 'lowercase null' => null,
172 --lowercase null--
H A Dmcrypt_cbc_variation2.phpt84 // null data
86 'lowercase null' => null,
172 --lowercase null--
H A Dmcrypt_cbc_variation3.phpt84 // null data
86 'lowercase null' => null,
172 --lowercase null--
/PHP-5.3/ext/mbstring/tests/
H A Dmb_strrchr_variation1.phpt82 // null data
84 'lowercase null' => null,
170 --lowercase null--

Completed in 55 milliseconds

1...<<11121314151617181920>>...70