Home
last modified time | relevance | path

Searched refs:null_value (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_export_basic7.phpt26 foreach($valid_nulls as $key => $null_value) {
28 var_export( $null_value );
30 var_export( $null_value, FALSE);
32 var_dump( var_export( $null_value, true) );
H A Dvar_export-locale.phpt292 foreach($valid_nulls as $null_value) {
294 var_export( $null_value );
296 var_export( $null_value, FALSE);
298 var_dump( var_export( $null_value, true) );
/PHP-5.5/ext/dom/
H A Dphp_dom.c478 *null_value; in dom_get_debug_info_helper() local
496 ALLOC_INIT_ZVAL(null_value); in dom_get_debug_info_helper()
497 ZVAL_NULL(null_value); in dom_get_debug_info_helper()
518 value = null_value; in dom_get_debug_info_helper()
537 zval_ptr_dtor(&null_value); in dom_get_debug_info_helper()

Completed in 11 milliseconds