Home
last modified time | relevance | path

Searched refs:ZVAL_BOOL (Results 1 – 25 of 32) sorted by last modified time

12

/PHP-5.4/ext/zip/
H A Dphp_zip.c859 ZVAL_BOOL(*retval, (long)retint); in php_zip_property_reader()
/PHP-5.4/ext/xsl/
H A Dxsltprocessor.c247 ZVAL_BOOL(args[i], obj->boolval); in xsl_ext_function_php()
/PHP-5.4/ext/xmlreader/
H A Dphp_xmlreader.c102 ZVAL_BOOL(*retval, retint); in xmlreader_property_reader()
/PHP-5.4/ext/tidy/
H A Dtidy.c156 ZVAL_BOOL(tmp, _bool); \
760 ZVAL_BOOL(out, TRUE); in tidy_doc_cast_handler()
793 ZVAL_BOOL(out, TRUE); in tidy_node_cast_handler()
/PHP-5.4/ext/standard/
H A Duser_filters.c218 ZVAL_BOOL(zclosing, flags & PSFS_FLAG_FLUSH_CLOSE); in userfilter_filter()
H A Dvar_unserializer.c1192 ZVAL_BOOL(*rval, parse_iv(start + 2)); in php_var_unserialize()
H A Dvar_unserializer.re549 ZVAL_BOOL(*rval, parse_iv(start + 2));
/PHP-5.4/ext/soap/
H A Dphp_sdl.c3300 ZVAL_BOOL(str_proxy, 1); in get_sdl()
H A Dsoap.c2302 ZVAL_BOOL(return_value, SOAP_GLOBAL(use_soap_error_handler));
H A Dphp_encoding.c1173 ZVAL_BOOL(ret, 1); in to_zval_bool()
1177 ZVAL_BOOL(ret, 0); in to_zval_bool()
/PHP-5.4/ext/snmp/
H A Dsnmp.c2178 ZVAL_BOOL(*retval, snmp_object->name); \
/PHP-5.4/ext/simplexml/
H A Dsimplexml.c1818 ZVAL_BOOL(writeobj, node != NULL || zend_hash_num_elements(prop_hash) > 0); in sxe_object_cast()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c1426 ZVAL_BOOL(&output, return_output); in _reflection_export()
/PHP-5.4/ext/pdo_odbc/
H A Dodbc_stmt.c790 ZVAL_BOOL(val, S->assume_utf8 ? 1 : 0); in odbc_stmt_get_attr()
H A Dodbc_driver.c369 ZVAL_BOOL(val, H->assume_utf8 ? 1 : 0); in odbc_handle_get_attr()
/PHP-5.4/ext/pdo_oci/
H A Doci_driver.c524 ZVAL_BOOL(return_value, dbh->auto_commit); in oci_handle_get_attribute()
/PHP-5.4/ext/pdo_firebird/
H A Dfirebird_driver.c559 ZVAL_BOOL(val, !isc_version(&H->db, firebird_info_cb, NULL)); in firebird_handle_get_attribute()
595 ZVAL_BOOL(val, H->fetch_table_names); in firebird_handle_get_attribute()
/PHP-5.4/ext/pdo/
H A Dpdo_stmt.c588 ZVAL_BOOL(dest, *(zend_bool*)value); in fetch_value()
/PHP-5.4/ext/openssl/
H A Dopenssl.c5084 ZVAL_BOOL(zstrong_result_returned, 0); in PHP_FUNCTION()
5094 ZVAL_BOOL(zstrong_result_returned, 0); in PHP_FUNCTION()
5102 ZVAL_BOOL(zstrong_result_returned, 0); in PHP_FUNCTION()
5112 ZVAL_BOOL(zstrong_result_returned, 1); in PHP_FUNCTION()
/PHP-5.4/ext/mysqli/
H A Dmysqli_driver.c36 ZVAL_BOOL(*retval, MyG(value)); \
92 ZVAL_BOOL(*retval, 1); in driver_embedded_read()
94 ZVAL_BOOL(*retval, 0); in driver_embedded_read()
/PHP-5.4/ext/json/
H A DJSON_parser.c345 ZVAL_BOOL(*z, (*(buf->c) == 't')); in json_create_zval()
/PHP-5.4/ext/filter/
H A Dlogical_filters.c301 ZVAL_BOOL(value, ret); in php_filter_boolean()
/PHP-5.4/ext/dom/
H A Dxpath.c130 ZVAL_BOOL(args[i], obj->boolval); in dom_xpath_ext_function_php()
H A Ddocument.c413 ZVAL_BOOL(*retval, standalone); in dom_document_standalone_read()
535 ZVAL_BOOL(*retval, doc_prop->stricterror); in dom_document_strict_error_checking_read()
578 ZVAL_BOOL(*retval, doc_prop->formatoutput); in dom_document_format_output_read()
620 ZVAL_BOOL(*retval, doc_prop->validateonparse); in dom_document_validate_on_parse_read()
662 ZVAL_BOOL(*retval, doc_prop->resolveexternals); in dom_document_resolve_externals_read()
704 ZVAL_BOOL(*retval, doc_prop->preservewhitespace); in dom_document_preserve_whitespace_read()
746 ZVAL_BOOL(*retval, doc_prop->recover); in dom_document_recover_read()
788 ZVAL_BOOL(*retval, doc_prop->substituteentities); in dom_document_substitue_entities_read()
/PHP-5.4/ext/date/
H A Dphp_date.c4388 ZVAL_BOOL(zv, period_obj->include_start_date); in date_object_get_properties_period()

Completed in 165 milliseconds

12