Home
last modified time | relevance | path

Searched refs:success (Results 76 – 80 of 80) sorted by relevance

1234

/php-src/ext/ldap/
H A Dldap.c483 int success = LDAP_SUCCESS; in php_ldap_control_from_array() local
484 ldap_set_option(ld, LDAP_OPT_RESULT_CODE, &success); in php_ldap_control_from_array()
/php-src/Zend/
H A Dzend_compile.c1313 bool success; in zend_bind_class_in_slot() local
1315success = zend_hash_set_bucket_key(EG(class_table), (Bucket*) class_table_slot, Z_STR_P(lcname)) !… in zend_bind_class_in_slot()
1318 success = zend_hash_add_ptr(EG(class_table), Z_STR_P(lcname), ce) != NULL; in zend_bind_class_in_slot()
1320 if (UNEXPECTED(!success)) { in zend_bind_class_in_slot()
/php-src/ext/openssl/
H A Dopenssl.c3329 int success = a2i_ASN1_INTEGER(in, X509_get_serialNumber(new_cert), buffer, sizeof(buffer)); in PHP_FUNCTION() local
3331 if (!success) { in PHP_FUNCTION()
/php-src/ext/standard/tests/misc/
H A Duser_agents.txt1096 ; success; BB-code not working; message must go through moderation;
H A Dget_browser_variation3.phpt2205 Agent ; success; BB-code not working; message must go through moderation;

Completed in 93 milliseconds

1234