Home
last modified time | relevance | path

Searched refs:NULL (Results 3576 – 3600 of 4095) sorted by relevance

1...<<141142143144145146147148149150>>...164

/PHP-5.5/Zend/
H A Dzend_operators.c36 static _locale_t current_locale = NULL;
89 retval = strtol(str, NULL, 0); in zend_atoi()
117 retval = strtol(str, NULL, 0); in zend_atol()
266 Z_LVAL(holder) = strtol(Z_STRVAL_P(op), NULL, 10); \
393 Z_LVAL_P(op) = strtol(strval, NULL, base); in convert_to_long_base()
453 Z_DVAL_P(op) = zend_strtod(strval, NULL); in convert_to_double()
675 zend_hash_init(Z_ARRVAL_P(op), 0, NULL, ZVAL_PTR_DTOR, 0); in convert_scalar_to_array()
676 zend_hash_index_update(Z_ARRVAL_P(op), 0, (void *) &entry, sizeof(zval *), NULL); in convert_scalar_to_array()
701 zend_hash_init(ht, 0, NULL, ZVAL_PTR_DTOR, 0); in convert_to_array()
730 zend_hash_init(Z_ARRVAL_P(op), 0, NULL, ZVAL_PTR_DTOR, 0); in convert_to_array()
[all …]
/PHP-5.5/ext/interbase/
H A Dphp_ibase_includes.h159 ZEND_FETCH_RESOURCE2(lh, ibase_db_link *, NULL, IBG(default_link), \
/PHP-5.5/ext/intl/tests/
H A Dcalendar_before_after_error.phpt13 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
H A Ddateformat_setTimeZone_error.phpt13 $df = new IntlDateFormatter(NULL, 0, 0);
/PHP-5.5/ext/pcre/tests/
H A Dsplit2.phpt309 NULL
/PHP-5.5/ext/standard/tests/math/
H A Ddecbin_variation1_64bit.phpt52 /*12*/ NULL,
H A Dpow_variation1.phpt52 /*11*/ NULL,
H A Dpow_variation1_64bit.phpt52 /*11*/ NULL,
H A Ddecbin_variation1.phpt52 /*12*/ NULL,
H A Dhexdec_variation1.phpt47 /*12*/ NULL,
H A Dhexdec_variation1_64bit.phpt47 /*12*/ NULL,
H A Dround_variation1.phpt49 /*11*/ NULL,
/PHP-5.5/ext/standard/tests/strings/
H A Dbug44703.phpt15 var_dump(htmlspecialchars(b"<>", ENT_COMPAT, NULL));
H A Dstrval_variation1.phpt60 /*20*/ NULL,
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_variation4.phpt55 NULL,
H A Dcount_variation1.phpt53 /*10*/ NULL,
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_getClosure_error.phpt65 NULL
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug39121.phpt39 $client = new LocalSoapClient(NULL, array('location'=>'test://','uri'=>'test://'));
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_setsignaturealgo2.phpt42 openssl_pkey_export($private, $pkey, NULL, $config_arg);
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_variation5.phpt60 echo "NULL\n";
/PHP-5.5/ext/pdo/tests/
H A Dpdo_017.phpt38 $db->exec('CREATE TABLE test(id INT NOT NULL PRIMARY KEY, val VARCHAR(10))'.$suf);
H A Dpdo_026.phpt58 $db->exec('CREATE TABLE test(id INT NOT NULL PRIMARY KEY, val VARCHAR(10), val2 VARCHAR(16))');
/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_005s.phpt8 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
H A Dr2_base_008p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
/PHP-5.5/ext/soap/tests/
H A Dtypemap008.phpt35 $client = new TestSoapClient(NULL, $options);

Completed in 35 milliseconds

1...<<141142143144145146147148149150>>...164